Index: branches/wmf-deployment/includes/User.php |
— | — | @@ -1695,7 +1695,7 @@ |
1696 | 1696 | $dbw->update( 'user', |
1697 | 1697 | array( 'user_touched' => $dbw->timestamp( $this->mTouched ) ), |
1698 | 1698 | array( 'user_id' => $this->mId ), |
1699 | | - __METHOD__ ); |
| 1699 | + wfGetAllCallers() ); |
1700 | 1700 | |
1701 | 1701 | $this->clearSharedCache(); |
1702 | 1702 | } |