r98822 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r98821‎ | r98822 | r98823 >
Date:22:46, 3 October 2011
Author:reedy
Status:ok (Comments)
Tags:
Comment:
Followup r9839, method is now deaded
Modified paths:
  • /trunk/extensions/auth/GlobalAuth.php (modified) (history)

Diff [purge]

Index: trunk/extensions/auth/GlobalAuth.php
@@ -115,7 +115,6 @@
116116 */
117117 function updateUser( &$user ) {
118118 $s =& $this->data;
119 - $user->decodeOptions( $s->user_options );
120119 $user->mEmail = $s->user_email;
121120 $user->mEmailAuthenticated = wfTimestampOrNull( TS_MW, $s->user_email_authenticated );
122121 $user->mRealName = $s->user_real_name;

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r98339* (bug 31204) Remove old user.user_options...reedy18:08, 28 September 2011

Comments

#Comment by Nikerabbit (talk | contribs)   22:49, 3 October 2011

Aww you hit nice commit of mine, but that probably wasn't what you meant.

#Comment by Reedy (talk | contribs)   23:16, 3 October 2011

Ooooops r98339

Status & tagging log