Disable the db LCStore if the maintenance script doesn't need a db.
authorPlatonides <platonides@gmail.com>
Tue, 26 Jun 2012 16:58:37 +0000 (18:58 +0200)
committerPlatonides <platonides@gmail.com>
Tue, 26 Jun 2012 16:58:37 +0000 (18:58 +0200)
commit1bb25971f27ac17d3a006452840f7e39f1ff7e78
tree5e862c470fbe26fa9fb168e8374237e31add2543
parent31916385143a35b667670faf61e29b465de77c46
Disable the db LCStore if the maintenance script doesn't need a db.

If $wgLanguageCode != 'en', loading of the language class will
go to the LCStore looking for the fallbacks, even if the script
doesn't need a database.

Change-Id: I6a1920ba02d146622f3a5647bf02ddec3e3da54b
maintenance/doMaintenance.php