Index: trunk/phase3/includes/User.php |
— | — | @@ -2917,7 +2917,7 @@ |
2918 | 2918 | 'user_token' => $this->mToken, |
2919 | 2919 | 'user_registration' => $dbw->timestamp( $this->mRegistration ), |
2920 | 2920 | 'user_editcount' => 0, |
2921 | | - 'user_touched' => $this->mTouched, |
| 2921 | + 'user_touched' => $dbw->timestamp( $this->mTouched ), |
2922 | 2922 | ), __METHOD__ |
2923 | 2923 | ); |
2924 | 2924 | $this->mId = $dbw->insertId(); |