diff --git a/functions/func.modulglobals.php b/functions/func.modulglobals.php index 7e57841..c153b69 100644 --- a/functions/func.modulglobals.php +++ b/functions/func.modulglobals.php @@ -66,7 +66,7 @@ $mod['theme_folder'] = defined('THEME_FOLDER') ? THEME_FOLDER : DEFAULT_THEME_FOLDER; $mod['config_vars'] = $config_vars; - $AVE_Template->register_function('in_array', 'in_array'); + $AVE_Template->registerPlugin('function', 'in_array', 'in_array'); } ?> \ No newline at end of file