diff --git a/config/smarty.config.inc.php b/config/smarty.config.inc.php index 0ebb16cbb..3fcef1a2b 100644 --- a/config/smarty.config.inc.php +++ b/config/smarty.config.inc.php @@ -156,7 +156,7 @@ function smartyHook($params, &$smarty) { if (isset($params['h']) && !empty($params['h'])) { - unset($hook_params['h']);d($hook_params); + unset($hook_params['h']); return Hook::exec($params['h'], $hook_params); } }