From 92d6489001e03b791b76907b68d017f83182af0b Mon Sep 17 00:00:00 2001 From: messju Date: Sat, 10 Jan 2004 23:43:07 +0000 Subject: [PATCH] fixed handling of {php}-tags --- libs/Smarty_Compiler.class.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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;