Merge pull request #570 from vadimkuragkovskiy/master

fix minor typo
This commit is contained in:
Simon Wisselink
2020-04-12 11:41:22 +02:00
committed by GitHub

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) {