From 2f8d4f1dbf408b771b23db6aec8208afce769072 Mon Sep 17 00:00:00 2001 From: Uwe Tews Date: Wed, 31 Dec 2014 16:08:36 +0100 Subject: [PATCH] missing property --- .../smarty_internal_smartytemplatecompiler.php | 14 ++++++-------- 1 file changed, 6 insertions(+), 8 deletions(-) diff --git a/libs/sysplugins/smarty_internal_smartytemplatecompiler.php b/libs/sysplugins/smarty_internal_smartytemplatecompiler.php index fa4043c8..cb50b4be 100644 --- a/libs/sysplugins/smarty_internal_smartytemplatecompiler.php +++ b/libs/sysplugins/smarty_internal_smartytemplatecompiler.php @@ -8,6 +8,11 @@ * @author Uwe Tews */ +/** + * @ignore + */ +//include 'smarty_internal_parsetree.php'; + /** * Class SmartyTemplateCompiler * @@ -44,18 +49,11 @@ class Smarty_Internal_SmartyTemplateCompiler extends Smarty_Internal_TemplateCom */ public $parser; - /** - * Smarty object - * - * @var object - */ - public $smarty; - /** * array of vars which can be compiled in local scope * * @var array - */ +*/ public $local_var = array(); /**