diff --git a/advagg_mod/advagg_mod.module b/advagg_mod/advagg_mod.module index 4590031..c8c1b30 100644 --- a/advagg_mod/advagg_mod.module +++ b/advagg_mod/advagg_mod.module @@ -907,7 +907,7 @@ function advagg_mod_advagg_current_hooks_hash_array_alter(&$aggregate_settings) * @param array $js * JS array. */ -function advagg_mod_post_js_alter(array &$js) { +function advagg_mod_js_post_alter(array &$js) { if (!module_exists('advagg') || !advagg_enabled()) { return; }