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