strip property must now be public

This commit is contained in:
Uwe Tews
2015-04-07 02:11:20 +02:00
parent a92302d059
commit 6fb27d5ae4
2 changed files with 2 additions and 2 deletions

View File

@@ -91,7 +91,7 @@ class Smarty_Internal_Templateparser
* *
* @var bool * @var bool
*/ */
private $strip = false; public $strip = false;
/** /**
* compiler object * compiler object
* *

View File

@@ -157,7 +157,7 @@ class Smarty_Internal_Templateparser
* *
* @var bool * @var bool
*/ */
private $strip = false; public $strip = false;
/** /**
* compiler object * compiler object
* *