Merge "SpecialLockdb and SpecialUnlockdb don't do database writes"
[lhc/web/wiklou.git] / maintenance / update.php
index e487449..775fa7b 100755 (executable)
@@ -87,7 +87,8 @@ class UpdateMediaWiki extends Maintenance {
                if ( !function_exists( 'mb_strlen' ) ) {
                        $this->error(
                                "MediaWiki now requires the mbstring PHP extension, your system doesn't have it.\n"
-                               . "ABORTING.\n" );
+                               . "ABORTING.\n",
+                               true );
                }
        }