Index: trunk/extensions/LdapAuthentication/LdapAuthentication.php |
— | — | @@ -1136,15 +1136,15 @@ |
1137 | 1137 | switch ( $key ) { |
1138 | 1138 | case "email": |
1139 | 1139 | $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 ); |
1141 | 1141 | break; |
1142 | 1142 | case "language": |
1143 | 1143 | $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 ); |
1145 | 1145 | break; |
1146 | 1146 | case "nickname": |
1147 | 1147 | $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 ); |
1149 | 1149 | break; |
1150 | 1150 | case "realname": |
1151 | 1151 | $this->realname = $value; |