r49461 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r49460‎ | r49461 | r49462 >
Date:10:50, 14 April 2009
Author:werdna
Status:deferred
Tags:
Comment:
Fatal
Modified paths:
  • /branches/preferences-work/phase3/includes/User.php (modified) (history)

Diff [purge]

Index: branches/preferences-work/phase3/includes/User.php
@@ -2506,7 +2506,7 @@
25072507 'user_email' => $this->mEmail,
25082508 'user_email_authenticated' => $dbw->timestampOrNull( $this->mEmailAuthenticated ),
25092509 'user_real_name' => $this->mRealName,
2510 - 'user_options' => $this->encodeOptions(),
 2510+ 'user_options' => '',
25112511 'user_token' => $this->mToken,
25122512 'user_registration' => $dbw->timestamp( $this->mRegistration ),
25132513 'user_editcount' => 0,
@@ -2516,6 +2516,8 @@
25172517
25182518 // Clear instance cache other than user table data, which is already accurate
25192519 $this->clearInstanceCache();
 2520+
 2521+ $this->saveOptions()
25202522 }
25212523
25222524 /**

Status & tagging log