r81690 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r81689‎ | r81690 | r81691 >
Date:05:35, 8 February 2011
Author:tstarling
Status:ok
Tags:
Comment:
MFT r81689: version=NaNNaNNaNTNaNNaNNaNZ
Modified paths:
  • /branches/wmf/1.17wmf1/includes/resourceloader/ResourceLoader.php (modified) (history)

Diff [purge]

Index: branches/wmf/1.17wmf1/includes/resourceloader/ResourceLoader.php
@@ -95,7 +95,8 @@
9696 ), __METHOD__
9797 );
9898 foreach ( $res as $row ) {
99 - $this->getModule( $row->mr_resource )->setMsgBlobMtime( $lang, $row->mr_timestamp );
 99+ $this->getModule( $row->mr_resource )->setMsgBlobMtime( $lang,
 100+ wfTimestamp( TS_UNIX, $row->mr_timestamp ) );
100101 unset( $modulesWithoutMessages[$row->mr_resource] );
101102 }
102103 }
Property changes on: branches/wmf/1.17wmf1/includes/resourceloader/ResourceLoader.php
___________________________________________________________________
Modified: svn:mergeinfo
103104 Merged /trunk/phase3/includes/resourceloader/ResourceLoader.php:r81689

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r81689Fix bug from r73645: setMsgBlobMtime() requires its timestamp parameter to be...tstarling05:33, 8 February 2011

Status & tagging log