r107431 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r107430‎ | r107431 | r107432 >
Date:21:31, 27 December 2011
Author:reedy
Status:ok
Tags:
Comment:
Fix typo of variable "usernn" to "userdn"
Modified paths:
  • /trunk/extensions/LdapAuthentication/LdapAuthentication.php (modified) (history)

Diff [purge]

Index: trunk/extensions/LdapAuthentication/LdapAuthentication.php
@@ -1351,7 +1351,7 @@
13521352 return $this->userInfo;
13531353 }
13541354
1355 - $userInfo = $this->getUserInfoStateless( $this->usernn );
 1355+ $userInfo = $this->getUserInfoStateless( $this->userdn );
13561356 if ( is_null( $userInfo ) ) {
13571357 $this->fetchedUserInfo = false;
13581358 return null;

Status & tagging log