diff --git a/lib/WebGUI/Wobject/SQLReport.pm b/lib/WebGUI/Wobject/SQLReport.pm index 0342ffea3..d1e499184 100644 --- a/lib/WebGUI/Wobject/SQLReport.pm +++ b/lib/WebGUI/Wobject/SQLReport.pm @@ -54,7 +54,8 @@ sub new { debugMode=>{ defaultValue=>0 } - } + }, + -useTemplate=>1 ); bless $self, $class; }