mirror of
https://github.com/smarty-php/smarty.git
synced 2026-05-06 08:26:19 +02:00
strip property must now be public
This commit is contained in:
@@ -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