Remove remaining calls to MWInit methods
authorKevin Israel <pleasestand@live.com>
Thu, 8 Aug 2013 03:18:34 +0000 (23:18 -0400)
committerBartosz Dziewoński <matma.rex@gmail.com>
Sun, 15 Sep 2013 19:04:08 +0000 (19:04 +0000)
commit12c61d3e7f2c0f04e046ce35c4aace2ec46c9b98
treefca2aaf95cd40d3dad12452185febaa845737ab5
parent621350e4e8a0d8ed6250312319f905958cf3c95a
Remove remaining calls to MWInit methods

... as well as the require_once statements in includes/WebStart.php
and maintenance/doMaintenance.php, now that the autoloader lists
MWInit (since r85807 / c68957c5e3ada65806294bc9bc5938aa18c6e50c).

Also removed code paths in maintenance/userDupes.inc that seem to be
dead (class_exists( 'Revision' ) should always be true) and useless
global/require_once statements in languages/Language.php.

Follows-up Ic3e769f1fbad4f7ad26dd819406796fee48c6b45.

Change-Id: I48fd6810fdb923b3065ae98024912eb18d394415
includes/WebStart.php
languages/Language.php
maintenance/Maintenance.php
maintenance/doMaintenance.php
maintenance/userDupes.inc