From: addshore Date: Mon, 4 Aug 2014 08:43:50 +0000 (+0100) Subject: Remove unused globals X-Git-Tag: 1.31.0-rc.0~14587 X-Git-Url: http://git.cyclocoop.org/%27%20.generer_url_ecrire%28_request%28%27exec%27%29%2C%27cmd=switch&outil=rss_couteau_suisse%27%29.%27?a=commitdiff_plain;h=ec2ead58bb8871d8d8502ef2e6f072bbfa6727fe;p=lhc%2Fweb%2Fwiklou.git Remove unused globals These were missed in I4a87a7007f4adc2ab47be1207f1a04a5ccd31323 Change-Id: I1fc0435c1cd359a30cb1a9f5f07ebadd6e14bcf1 --- diff --git a/includes/specials/SpecialExport.php b/includes/specials/SpecialExport.php index e4e4bfb3d2..38c52a0178 100644 --- a/includes/specials/SpecialExport.php +++ b/includes/specials/SpecialExport.php @@ -37,10 +37,6 @@ class SpecialExport extends SpecialPage { } public function execute( $par ) { - global $wgSitename, $wgExportAllowListContributors, $wgExportFromNamespaces; - global $wgExportAllowHistory, $wgExportMaxHistory, $wgExportMaxLinkDepth; - global $wgExportAllowAll; - $this->setHeaders(); $this->outputHeader(); $config = $this->getConfig();