mirror of
https://github.com/smarty-php/smarty.git
synced 2025-09-25 20:00:54 +02:00
@@ -2252,7 +2252,7 @@ class Smarty_Internal_Templateparser
|
|||||||
-$this->compiler->getRdelLength()));
|
-$this->compiler->getRdelLength()));
|
||||||
if ($tag == 'strip') {
|
if ($tag == 'strip') {
|
||||||
$this->strip = true;
|
$this->strip = true;
|
||||||
$this->_retvalue = null;;
|
$this->_retvalue = null;
|
||||||
} else {
|
} else {
|
||||||
if (defined($tag)) {
|
if (defined($tag)) {
|
||||||
if ($this->security) {
|
if ($this->security) {
|
||||||
|
Reference in New Issue
Block a user