From ab5d8d4e07bb3c8230d0285ef8902ef1979fce51 Mon Sep 17 00:00:00 2001 From: emkael Date: Thu, 18 Oct 2018 02:39:34 +0200 Subject: Updating Smarty --- .../sysplugins/smarty_internal_compile_rdelim.php | 31 +++++++++------------- 1 file changed, 12 insertions(+), 19 deletions(-) (limited to 'lib/smarty/sysplugins/smarty_internal_compile_rdelim.php') diff --git a/lib/smarty/sysplugins/smarty_internal_compile_rdelim.php b/lib/smarty/sysplugins/smarty_internal_compile_rdelim.php index 807c7e2..1cc340c 100644 --- a/lib/smarty/sysplugins/smarty_internal_compile_rdelim.php +++ b/lib/smarty/sysplugins/smarty_internal_compile_rdelim.php @@ -1,41 +1,34 @@ getAttributes($compiler, $args); - if ($_attr['nocache'] === true) { - $compiler->trigger_template_error('nocache option not allowed', $compiler->lex->taglineno); - } - // this tag does not return compiled code - $compiler->has_code = true; + parent::compile($args, $compiler); return $compiler->smarty->right_delimiter; } - } - -?> \ No newline at end of file -- cgit v1.2.3