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 @@
894
894
switch( $errno ) {
895
895
case 1045:
896
896
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>" );
898
898
if( $conf->Root ) {
899
899
# The superuser details are wrong
900
900
$errs["RootUser"] = "Check username";
Status & tagging log
12:03, 4 November 2010
Catrope
(
talk
|
contribs
)
changed the
status
of r75864
[
removed:
new
added:
ok]