r23232 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r23231‎ | r23232 | r23233 >
Date:17:16, 22 June 2007
Author:aaron
Status:old
Tags:
Comment:
*Fix bogus change in r23180 (talked to Ryan about this)
Modified paths:
  • /trunk/extensions/LdapAuthentication/LdapAuthentication.php (modified) (history)

Diff [purge]

Index: trunk/extensions/LdapAuthentication/LdapAuthentication.php
@@ -1653,7 +1653,7 @@
16541654 $wgAuth->updateUser( $wgUser );
16551655 $wgUser->setCookies();
16561656 $wgUser->setupSession();
1657 - return false;
 1657+ return true;
16581658 }
16591659 $wgAuth->printDebug( "User does not exist in local database; creating.", 1 );
16601660

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r23180Revert bogus r23161robchurch21:02, 21 June 2007

Status & tagging log