From c240a5c477ddb6a314934bec396586fbbe23db3d Mon Sep 17 00:00:00 2001 From: "physikerwelt (Moritz Schubotz)" Date: Tue, 9 Dec 2014 22:46:50 +0900 Subject: [PATCH] Remove unused global Change-Id: I8f5f77015de266f5a5b751fd7cfe424784eb3864 --- Math.hooks.php | 1 - 1 file changed, 1 deletion(-) diff --git a/Math.hooks.php b/Math.hooks.php index 54622cd..c71c959 100644 --- a/Math.hooks.php +++ b/Math.hooks.php @@ -92,7 +92,6 @@ class MathHooks { * @return array */ static function mathTagHook( $content, $attributes, $parser ) { - global $wgMathDisableTexFilter; if ( trim( $content ) === '' ) { // bug 8372 return '';