r75864 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r75863‎ | r75864 | r75865 >
Date:18:37, 2 November 2010
Author:neilk
Status:ok
Tags:
Comment:
not sure why this got out of sync, removing explicit errno
Modified paths:
  • /branches/uploadwizard/phase3/config/Installer.php (modified) (history)

Diff [purge]

Index: branches/uploadwizard/phase3/config/Installer.php
@@ -893,7 +893,7 @@
894894 switch( $errno ) {
895895 case 1045:
896896 case 2000:
897 - echo( "failed due to authentication errors. Check passwords. (Error [$errno] $errtx)</li>" );
 897+ echo( "failed due to authentication errors. Check passwords.</li>" );
898898 if( $conf->Root ) {
899899 # The superuser details are wrong
900900 $errs["RootUser"] = "Check username";

Status & tagging log