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)
commita74d25b34c9009b1af426408a74382063ddb7909
tree3ae755e02d70d344c7a62cbe3eb971f93b4e864c
parent0fc85c649ea72d83e82874c9f004df283dd849f8
Fix breakage from r75542: FakeMaintenance needs to set at least $mSelf so when runChild() calls loadParamsAndArgs() it doesn't pass nothing and thus try to fall back on $argv. This breaks the web updater, where that is undefined.
maintenance/Maintenance.php