X-Git-Url: http://git.cyclocoop.org/%24self?a=blobdiff_plain;f=maintenance%2Fupdate.php;h=b96e7eb87139ff6b4d921d6164f9ed2e793d844e;hb=239659fe4ce2f3e9872d9bc1b3f7b3ffcbfa7fb3;hp=775fa7bed41c2ae837b58bb80c123c3d9671243c;hpb=e523771f05050bf415da36b07d9a0fa0e2150d28;p=lhc%2Fweb%2Fwiklou.git diff --git a/maintenance/update.php b/maintenance/update.php index 775fa7bed4..b96e7eb871 100755 --- a/maintenance/update.php +++ b/maintenance/update.php @@ -25,7 +25,6 @@ * @ingroup Maintenance */ -$wgUseMasterForMaintenance = true; require_once __DIR__ . '/Maintenance.php'; /** @@ -83,13 +82,6 @@ class UpdateMediaWiki extends Maintenance { "ABORTING (see https://bugs.php.net/bug.php?id=45996).\n", true ); } - - if ( !function_exists( 'mb_strlen' ) ) { - $this->error( - "MediaWiki now requires the mbstring PHP extension, your system doesn't have it.\n" - . "ABORTING.\n", - true ); - } } function execute() {