Two new parser tests related to bug 6200
[lhc/web/wiklou.git] / maintenance / generateSitemap.php
index 2a9788e..9f356b9 100644 (file)
@@ -141,7 +141,6 @@ class GenerateSitemap extends Maintenance {
         * Execute
         */
        public function execute() {
-               global $wgScriptPath;
                $this->setNamespacePriorities();
                $this->url_limit = 50000;
                $this->size_limit = pow( 2, 20 ) * 10;