Another code standards update for mathjax add-on changes (5118)

This commit is contained in:
Pascal Deklerck 2018-06-13 09:09:33 +02:00
parent fd894984cf
commit d48f0010dd
1 changed files with 1 additions and 1 deletions

View File

@ -24,7 +24,7 @@ function mathjax_uninstall() {
Addon::unregisterHook('page_header', 'addon/mathjax/mathjax.php', 'mathjax_page_header');
Addon::unregisterHook('addon_settings', 'addon/mathjax/mathjax.php', 'mathjax_settings');
Addon::unregisterHook('addon_settings_post', 'addon/mathjax/mathjax.php', 'mathjax_settings_post');
Addon::unregisterHook('template_vars','addon/mathjax/mathjax.php', 'mathjax_template_vars');
Addon::unregisterHook('template_vars', 'addon/mathjax/mathjax.php', 'mathjax_template_vars');
}
function mathjax_template_vars($a, &$arr) {