Stay semicolon.
authorChad Horohoe <demon@users.mediawiki.org>
Sun, 2 Aug 2009 19:52:27 +0000 (19:52 +0000)
committerChad Horohoe <demon@users.mediawiki.org>
Sun, 2 Aug 2009 19:52:27 +0000 (19:52 +0000)
maintenance/updateSpecialPages.php

index 37f2c2f..c6c4641 100644 (file)
@@ -32,7 +32,7 @@ class UpdateSpecialPages extends Maintenance {
        }
 
        public function execute() {
-               global $wgOut, $wgSpecialPageCacheUpdates, $wgQueryPages;;
+               global $wgOut, $wgSpecialPageCacheUpdates, $wgQueryPages;
                $wgOut->disable();
                $dbw = wfGetDB( DB_MASTER );