Remove unused globals
authoraddshore <addshorewiki@gmail.com>
Mon, 4 Aug 2014 08:43:50 +0000 (09:43 +0100)
committerLegoktm <legoktm.wikipedia@gmail.com>
Mon, 4 Aug 2014 16:26:19 +0000 (16:26 +0000)
These were missed in I4a87a7007f4adc2ab47be1207f1a04a5ccd31323

Change-Id: I1fc0435c1cd359a30cb1a9f5f07ebadd6e14bcf1

includes/specials/SpecialExport.php

index e4e4bfb..38c52a0 100644 (file)
@@ -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();