Fix breakage from r75542: FakeMaintenance needs to set at least $mSelf so when runChi...
authorChad Horohoe <demon@users.mediawiki.org>
Tue, 7 Dec 2010 02:42:01 +0000 (02:42 +0000)
committerChad Horohoe <demon@users.mediawiki.org>
Tue, 7 Dec 2010 02:42:01 +0000 (02:42 +0000)
maintenance/Maintenance.php

index daa9919..2c96c52 100644 (file)
@@ -1130,6 +1130,7 @@ abstract class Maintenance {
 }
 
 class FakeMaintenance extends Maintenance {
+       protected $mSelf = "FakeMaintenanceScript";
        public function execute() {
                return;
        }