From: Pascal Deklerck Date: Wed, 13 Jun 2018 07:09:33 +0000 (+0200) Subject: Another code standards update for mathjax add-on changes (5118) X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=d48f0010dd50718fc0f974eae40aadf34fc02c2f;p=friendica-addons.git Another code standards update for mathjax add-on changes (5118) --- 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) {