r101007 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r101006‎ | r101007 | r101008 >
Date:17:46, 27 October 2011
Author:petrb
Status:resolved (Comments)
Tags:
Comment:
removed extra wfTimestamp from code
Modified paths:
  • /trunk/extensions/OnlineStatusBar/OnlineStatusBar.body.php (modified) (history)

Diff [purge]

Index: trunk/extensions/OnlineStatusBar/OnlineStatusBar.body.php
@@ -81,7 +81,7 @@
8282 $dbw = wfGetDB( DB_MASTER );
8383 $dbw->update(
8484 'online_status',
85 - array( 'timestamp' => $dbw->timestamp( wfTimestamp() ) ),
 85+ array( 'timestamp' => $dbw->timestamp(),
8686 array( 'username' => $wgUser->getID() ),
8787 __METHOD__
8888 );

Follow-up revisions

RevisionCommit summaryAuthorDate
r101009bracket fixpetrb17:50, 27 October 2011

Comments

#Comment by Petrb (talk | contribs)   17:48, 27 October 2011

see anything wrong? otherwise I am going to flag it as stable unless I find more issues. Thanks! :)

Status & tagging log