X-Git-Url: http://git.heureux-cyclage.org/?a=blobdiff_plain;ds=sidebyside;f=maintenance%2Fupdate.php;h=b96e7eb87139ff6b4d921d6164f9ed2e793d844e;hb=703fe3378f2007a79374eb5cee0b6854f3705510;hp=0103189944e2df881d7a29b4719ff01bcf54dfa5;hpb=de764f68dcc194030ed5918f5e647384b6f00eff;p=lhc%2Fweb%2Fwiklou.git diff --git a/maintenance/update.php b/maintenance/update.php index 0103189944..b96e7eb871 100755 --- a/maintenance/update.php +++ b/maintenance/update.php @@ -82,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() {