r79577 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r79576‎ | r79577 | r79578 >
Date:13:47, 4 January 2011
Author:laner
Status:ok
Tags:
Comment:
Again fixing issue reported for r78427
Modified paths:
  • /trunk/extensions/LdapAuthentication/LdapAuthentication.php (modified) (history)

Diff [purge]

Index: trunk/extensions/LdapAuthentication/LdapAuthentication.php
@@ -1136,15 +1136,15 @@
11371137 switch ( $key ) {
11381138 case "email":
11391139 $this->email = $value;
1140 - $this->printDebug( "Retrieved email ($this->email) using attribute ($attr)", NONSENSITIVE );
 1140+ $this->printDebug( "Retrieved email ($this->email) using attribute ($prefs[$key])", NONSENSITIVE );
11411141 break;
11421142 case "language":
11431143 $this->lang = $value;
1144 - $this->printDebug( "Retrieved language ($this->lang) using attribute ($attr)", NONSENSITIVE );
 1144+ $this->printDebug( "Retrieved language ($this->lang) using attribute ($prefs[$key])", NONSENSITIVE );
11451145 break;
11461146 case "nickname":
11471147 $this->nickname = $value;
1148 - $this->printDebug( "Retrieved nickname ($this->nickname) using attribute ($attr)", NONSENSITIVE );
 1148+ $this->printDebug( "Retrieved nickname ($this->nickname) using attribute ($prefs[$key])", NONSENSITIVE );
11491149 break;
11501150 case "realname":
11511151 $this->realname = $value;

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r78427Clean up getPreferences, and ensure attributes are always lowercase.laner01:30, 15 December 2010

Status & tagging log