Index: trunk/extensions/auth/GlobalAuth.php |
— | — | @@ -115,7 +115,6 @@ |
116 | 116 | */ |
117 | 117 | function updateUser( &$user ) { |
118 | 118 | $s =& $this->data; |
119 | | - $user->decodeOptions( $s->user_options ); |
120 | 119 | $user->mEmail = $s->user_email; |
121 | 120 | $user->mEmailAuthenticated = wfTimestampOrNull( TS_MW, $s->user_email_authenticated ); |
122 | 121 | $user->mRealName = $s->user_real_name; |