X-Git-Url: https://git.cyclocoop.org/%27.WWW_URL.%27admin/?a=blobdiff_plain;f=includes%2FAjaxDispatcher.php;h=b00cf30941beb00c3f4d904fa65d63ca999782b6;hb=21b7b27f0379cff1b06efa95d27fa88684b65c57;hp=b457ea6eb0ce2956ad5d12a5490a7c6a53b97010;hpb=8a1cb5b3483a929f2fde61cbb73dd7d19d07a777;p=lhc%2Fweb%2Fwiklou.git diff --git a/includes/AjaxDispatcher.php b/includes/AjaxDispatcher.php index b457ea6eb0..b00cf30941 100644 --- a/includes/AjaxDispatcher.php +++ b/includes/AjaxDispatcher.php @@ -97,7 +97,7 @@ class AjaxDispatcher { * request. */ function performAction() { - global $wgAjaxExportList, $wgOut, $wgUser; + global $wgAjaxExportList, $wgUser; if ( empty( $this->mode ) ) { return; @@ -157,7 +157,6 @@ class AjaxDispatcher { } } - $wgOut = null; wfProfileOut( __METHOD__ ); } }