From: Chad Horohoe Date: Mon, 24 Jan 2011 20:54:13 +0000 (+0000) Subject: (bug 26907) MediaWiki Default -> MediaWiki default X-Git-Tag: 1.31.0-rc.0~32385 X-Git-Url: http://git.cyclocoop.org/%22.%24image2.%22?a=commitdiff_plain;h=ce6c4004bdfd413e035d4667eb1262de96b889d5;p=lhc%2Fweb%2Fwiklou.git (bug 26907) MediaWiki Default -> MediaWiki default --- diff --git a/includes/installer/Installer.php b/includes/installer/Installer.php index 311b52ae99..8574b6e9f7 100644 --- a/includes/installer/Installer.php +++ b/includes/installer/Installer.php @@ -1414,7 +1414,7 @@ abstract class Installer { '', EDIT_NEW, false, - User::newFromName( 'MediaWiki Default' ) ); + User::newFromName( 'MediaWiki default' ) ); } catch (MWException $e) { //using raw, because $wgShowExceptionDetails can not be set yet $status->fatal( 'config-install-mainpage-failed', $e->getMessage() );