updateCollation.php: fix PHP error
authorOstrzyciel <magwac69@gmail.com>
Tue, 25 Feb 2020 17:13:09 +0000 (18:13 +0100)
committerReedy <reedy@wikimedia.org>
Tue, 25 Feb 2020 17:34:51 +0000 (17:34 +0000)
commit23f99c4fd151d1cca6dc80461b6f6256e964338c
tree709953238901887bae274884aa17cfe408957828
parent7713d37fca334df92cff63bfcd833e456a3c0276
updateCollation.php: fix PHP error

Currently the updateCollation maintenance script throws an error
when ran, as it calls MediaWikiServices before it's initialized.
See the phab task for more details.

Bug: T246127
Change-Id: Ib9d6b485b55760897ff5152b5d6f22b0d6a36daa
maintenance/updateCollation.php