r78429 MediaWiki - Code Review archive
Repository:
MediaWiki
Revision:
<
r78428
|
r78429
|
r78430
>
Date:
02:06, 15 December 2010
Author:
laner
Status:
deferred
Tags:
Comment:
Fix connect line in userExists
Modified paths:
/trunk/extensions/LdapAuthentication/LdapAuthentication.php
(modified) (
history
)
Diff
[
purge
]
Index: trunk/extensions/LdapAuthentication/LdapAuthentication.php
—
—
@@ -165,7 +165,7 @@
166
166
return true;
167
167
}
168
168
169
- $this->ldapconn = $this->connect();
169
+ $this->connect();
170
170
if ( $this->ldapconn ) {
171
171
$this->printDebug( "Successfully connected", NONSENSITIVE );
172
172
Status & tagging log
16:22, 2 March 2011
Reedy
(
talk
|
contribs
)
changed the
status
of r78429
[
removed:
new
added:
deferred]