mirror of
https://github.com/smarty-php/smarty.git
synced 2025-08-05 02:44:27 +02:00
strip property must now be public
This commit is contained in:
@@ -91,7 +91,7 @@ class Smarty_Internal_Templateparser
|
|||||||
*
|
*
|
||||||
* @var bool
|
* @var bool
|
||||||
*/
|
*/
|
||||||
private $strip = false;
|
public $strip = false;
|
||||||
/**
|
/**
|
||||||
* compiler object
|
* compiler object
|
||||||
*
|
*
|
||||||
|
@@ -157,7 +157,7 @@ class Smarty_Internal_Templateparser
|
|||||||
*
|
*
|
||||||
* @var bool
|
* @var bool
|
||||||
*/
|
*/
|
||||||
private $strip = false;
|
public $strip = false;
|
||||||
/**
|
/**
|
||||||
* compiler object
|
* compiler object
|
||||||
*
|
*
|
||||||
|
Reference in New Issue
Block a user