Index: trunk/extensions/OnlineStatusBar/OnlineStatusBar.body.php |
— | — | @@ -81,7 +81,7 @@ |
82 | 82 | $dbw = wfGetDB( DB_MASTER ); |
83 | 83 | $dbw->update( |
84 | 84 | 'online_status', |
85 | | - array( 'timestamp' => $dbw->timestamp( wfTimestamp() ) ), |
| 85 | + array( 'timestamp' => $dbw->timestamp(), |
86 | 86 | array( 'username' => $wgUser->getID() ), |
87 | 87 | __METHOD__ |
88 | 88 | ); |