fix properties

This commit is contained in:
Uwe Tews
2015-08-06 19:42:40 +02:00
parent 5d1ba7ca9c
commit ea6f848e04

View File

@@ -30,7 +30,7 @@ abstract class Smarty_Internal_TemplateCompilerBase
*
* @var object
*/
public $parser;
public $parser = null;
/**
* hash for nocache sections
@@ -305,8 +305,20 @@ abstract class Smarty_Internal_TemplateCompilerBase
*/
public $_capture_stack = array();
/**
* Saved source resource
*
* @var \Smarty_Template_Source
*/
private $savedSource = null;
/**
* Stack for {setfilter} {/setfilter}
*
* @var array
*/
public $variable_filter_stack = array();
/**
* Strip preg pattern
*