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 @@
1654
1654
$wgAuth->updateUser( $wgUser );
1655
1655
$wgUser->setCookies();
1656
1656
$wgUser->setupSession();
1657
- return false;
1657
+ return true;
1658
1658
}
1659
1659
$wgAuth->printDebug( "User does not exist in local database; creating.", 1 );
1660
1660
Past revisions this follows-up on
Revision
Commit summary
Author
Date
r23180
Revert bogus
r23161
robchurch
21:02, 21 June 2007
Status & tagging log
15:19, 12 September 2011
Meno25
(
talk
|
contribs
)
changed the
status
of r23232
[
removed:
ok
added:
old]