From 689ee2c73c0f9c9305ecba51060421ebb448addc Mon Sep 17 00:00:00 2001 From: "monte.ohrt" Date: Tue, 9 Mar 2010 15:14:11 +0000 Subject: [PATCH] fix overload error --- libs/sysplugins/smarty_internal_template.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libs/sysplugins/smarty_internal_template.php b/libs/sysplugins/smarty_internal_template.php index 6db51b63..8594f50e 100644 --- a/libs/sysplugins/smarty_internal_template.php +++ b/libs/sysplugins/smarty_internal_template.php @@ -69,7 +69,7 @@ class Smarty_Internal_Template extends Smarty_Internal_Data { public $block_data = array(); // required plugins public $required_plugins = array('compiled' => array(), 'nocache' => array()); - + public $smarty = null; /** * Create template data object *