From: Chad Horohoe Date: Fri, 22 Aug 2008 02:01:31 +0000 (+0000) Subject: Remove unused global. X-Git-Tag: 1.31.0-rc.0~45724 X-Git-Url: http://git.cyclocoop.org/%7B%24www_url%7Dadmin/compta/operations/?a=commitdiff_plain;h=aa3cfbb54da822b0ee753b9872db722193f1e8d3;p=lhc%2Fweb%2Fwiklou.git Remove unused global. --- diff --git a/includes/OutputPage.php b/includes/OutputPage.php index f46524e819..27f36983ee 100644 --- a/includes/OutputPage.php +++ b/includes/OutputPage.php @@ -766,7 +766,7 @@ class OutputPage { public function output() { global $wgUser, $wgOutputEncoding, $wgRequest; global $wgContLanguageCode, $wgDebugRedirects, $wgMimeType; - global $wgJsMimeType, $wgUseAjax, $wgAjaxSearch, $wgAjaxWatch; + global $wgJsMimeType, $wgUseAjax, $wgAjaxWatch; global $wgEnableMWSuggest; if( $this->mDoNothing ){