diff --git a/libs/Smarty_Compiler.class.php b/libs/Smarty_Compiler.class.php index 6b73031a..81f4944c 100644 --- a/libs/Smarty_Compiler.class.php +++ b/libs/Smarty_Compiler.class.php @@ -546,7 +546,7 @@ class Smarty_Compiler extends Smarty { $this->_syntax_error("(secure mode) php tags not permitted", E_USER_WARNING, __FILE__, __LINE__); return; } - return ''; + return ''; } break;