Forgot that updaters.inc relies on deleteDefaultMessages.php. Move its require down...
authorChad Horohoe <demon@users.mediawiki.org>
Sun, 2 Aug 2009 20:21:12 +0000 (20:21 +0000)
committerChad Horohoe <demon@users.mediawiki.org>
Sun, 2 Aug 2009 20:21:12 +0000 (20:21 +0000)
commit756059829e953641991e364c865ca9bba4b57371
tree125fc8b11c281396a69943b635727fd4491618ff
parente0f51edc518c3083864d3d2dc17c81ff29b3194d
Forgot that updaters.inc relies on deleteDefaultMessages.php. Move its require down to where its actually needed, and define MW_NO_SETUP so we don't try to kick it off like normal. Stupid hack until update.php uses Maintenance.php.
maintenance/deleteDefaultMessages.php
maintenance/updaters.inc