load up includes/Setup.php before Maintenance::finalSetup()
authorAntoine Musso <hashar@users.mediawiki.org>
Thu, 10 Nov 2011 11:18:50 +0000 (11:18 +0000)
committerAntoine Musso <hashar@users.mediawiki.org>
Thu, 10 Nov 2011 11:18:50 +0000 (11:18 +0000)
commit513a094b094941b648a705905681c4d209c2a703
tree67a87be4386f9659eebc29835b658192feb6bd78
parent129817c2578041d8e19005df9ef50b2265194674
load up includes/Setup.php before Maintenance::finalSetup()

This let us get access to global functions and the autoloader when trying
to do some final setup for our maintenance scripts.
maintenance/doMaintenance.php