aboutsummaryrefslogtreecommitdiffstats
path: root/library/Smarty/libs/sysplugins/smarty_internal_compile_private_php.php
diff options
context:
space:
mode:
authorMario Vavti <mario@mariovavti.com>2015-12-18 11:33:34 +0100
committerMario Vavti <mario@mariovavti.com>2015-12-18 11:33:34 +0100
commit84bf7058119bb2ed48358678be9c212a66c8cb83 (patch)
tree7ec4285b6b62fdfbc5f518fac516a0dacce79293 /library/Smarty/libs/sysplugins/smarty_internal_compile_private_php.php
parent1b9722c65ac2169cadcf78376aaaf9d82721c9cd (diff)
downloadvolse-hubzilla-84bf7058119bb2ed48358678be9c212a66c8cb83.tar.gz
volse-hubzilla-84bf7058119bb2ed48358678be9c212a66c8cb83.tar.bz2
volse-hubzilla-84bf7058119bb2ed48358678be9c212a66c8cb83.zip
update smarty to 3.1.28 stable
Diffstat (limited to 'library/Smarty/libs/sysplugins/smarty_internal_compile_private_php.php')
-rw-r--r--library/Smarty/libs/sysplugins/smarty_internal_compile_private_php.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/library/Smarty/libs/sysplugins/smarty_internal_compile_private_php.php b/library/Smarty/libs/sysplugins/smarty_internal_compile_private_php.php
index 584f70b0e..3ca63a548 100644
--- a/library/Smarty/libs/sysplugins/smarty_internal_compile_private_php.php
+++ b/library/Smarty/libs/sysplugins/smarty_internal_compile_private_php.php
@@ -79,7 +79,7 @@ class Smarty_Internal_Compile_Private_Php extends Smarty_Internal_CompileBase
} else {
$compiler->has_code = true;
if (!($compiler->smarty instanceof SmartyBC)) {
- $compiler->trigger_template_error('{php}[/php} tags not allowed. Use SmartyBC to enable them', null, true);
+ $compiler->trigger_template_error('{php}{/php} tags not allowed. Use SmartyBC to enable them', null, true);
}
$ldel = preg_quote($compiler->smarty->left_delimiter, '#');
$rdel = preg_quote($compiler->smarty->right_delimiter, '#');