Tweaks for SiteConfiguration:
[lhc/web/wiklou.git] / includes / OutputPage.php
index f46524e..27f3698 100644 (file)
@@ -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 ){