From d48f0010dd50718fc0f974eae40aadf34fc02c2f Mon Sep 17 00:00:00 2001 From: Pascal Deklerck Date: Wed, 13 Jun 2018 09:09:33 +0200 Subject: [PATCH] Another code standards update for mathjax add-on changes (5118) --- mathjax/mathjax.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mathjax/mathjax.php b/mathjax/mathjax.php index ebc49d98..6f4dd395 100644 --- a/mathjax/mathjax.php +++ b/mathjax/mathjax.php @@ -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) {