Index: trunk/extensions/LookupUser/LookupUser.body.php |
— | — | @@ -97,7 +97,7 @@ |
98 | 98 | $authenticated = wfMsg( 'lookupuser-not-authenticated' ); |
99 | 99 | } |
100 | 100 | $optionsString = ''; |
101 | | - foreach ( $user->mOptions as $name => $value ) { |
| 101 | + foreach ( $user->getOptions() as $name => $value ) { |
102 | 102 | $optionsString .= "$name = $value <br />"; |
103 | 103 | } |
104 | 104 | $name = $user->getName(); |