From b93f6a1dc2d5199937e6537deb1fd40df88c565d Mon Sep 17 00:00:00 2001 From: JT Smith Date: Fri, 27 Feb 2004 20:12:29 +0000 Subject: [PATCH] added missing template field --- lib/WebGUI/Wobject/SQLReport.pm | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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; }