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 @@
166166 return true;
167167 }
168168
169 - $this->ldapconn = $this->connect();
 169+ $this->connect();
170170 if ( $this->ldapconn ) {
171171 $this->printDebug( "Successfully connected", NONSENSITIVE );
172172

Status & tagging log