diff options
Diffstat (limited to 'library/Smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php')
-rw-r--r-- | library/Smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/library/Smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php b/library/Smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php index cc529c633..634ed5dc6 100644 --- a/library/Smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php +++ b/library/Smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php @@ -20,7 +20,7 @@ class Smarty_Internal_Runtime_TplFunction * * @throws \SmartyException */ - public function callTemplateFunction(\Smarty_Internal_Template $tpl, $name, $params, $nocache) + public function callTemplateFunction(Smarty_Internal_Template $tpl, $name, $params, $nocache) { if (isset($tpl->tpl_function[$name])) { if (!$tpl->caching || ($tpl->caching && $nocache)) { |