From ed30e1ad20cf23fd4a17b02b1db7a1e55f77d93c Mon Sep 17 00:00:00 2001 From: messju Date: Wed, 29 Sep 2004 07:16:17 +0000 Subject: [PATCH] added some property declarations --- libs/Smarty_Compiler.class.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/libs/Smarty_Compiler.class.php b/libs/Smarty_Compiler.class.php index 78ad5701..b84de272 100644 --- a/libs/Smarty_Compiler.class.php +++ b/libs/Smarty_Compiler.class.php @@ -49,7 +49,9 @@ class Smarty_Compiler extends Smarty { var $_si_qstr_regexp = null; var $_qstr_regexp = null; var $_func_regexp = null; + var $_reg_obj_regexp = null; var $_var_bracket_regexp = null; + var $_num_const_regexp = null; var $_dvar_guts_regexp = null; var $_dvar_regexp = null; var $_cvar_regexp = null;