Fix for r69917: Should be using DB_ADMIN if we were using $wgUseRootUser
authorChad Horohoe <demon@users.mediawiki.org>
Tue, 16 Nov 2010 13:44:51 +0000 (13:44 +0000)
committerChad Horohoe <demon@users.mediawiki.org>
Tue, 16 Nov 2010 13:44:51 +0000 (13:44 +0000)
maintenance/fixSlaveDesync.php

index 0d91f54..9605e16 100644 (file)
@@ -24,7 +24,10 @@ class FixSlaveDesync extends Maintenance {
        public function __construct() {
                parent::__construct();
                $this->mDescription = "";
-               
+       }
+
+       public function getDbType() {
+               return self::DB_ADMIN;
        }
        
        public function execute() {