mirror of
https://github.com/smarty-php/smarty.git
synced 2026-05-05 04:04:10 +02:00
Revert "- bugfix template function call handler must never be called as nocache code"
This reverts commit db183d1aa4.
This commit is contained in:
@@ -107,7 +107,6 @@ class Smarty_Internal_Compile_Call extends Smarty_Internal_CompileBase
|
||||
|
||||
$_params = 'array(' . implode(",", $_paramsArray) . ')';
|
||||
$_hash = str_replace('-', '_', $compiler->template->properties['nocache_hash']);
|
||||
$compiler->suppressNocacheProcessing = true;
|
||||
// was there an assign attribute
|
||||
if (isset($_assign)) {
|
||||
if ($compiler->template->caching) {
|
||||
|
||||
Reference in New Issue
Block a user