fix minor typo

This commit is contained in:
Vadim Kuragkovskiy
2020-02-07 18:56:25 +02:00
committed by GitHub
parent 4b29dfce11
commit 38b5ac72fa

View File

@@ -2252,7 +2252,7 @@ class Smarty_Internal_Templateparser
-$this->compiler->getRdelLength()));
if ($tag == 'strip') {
$this->strip = true;
$this->_retvalue = null;;
$this->_retvalue = null;
} else {
if (defined($tag)) {
if ($this->security) {