r34616 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r34615‎ | r34616 | r34617 >
Date:14:54, 11 May 2008
Author:aaron
Status:old
Tags:
Comment:
Consistent type
Modified paths:
  • /trunk/phase3/includes/filerepo/File.php (modified) (history)

Diff [purge]

Index: trunk/phase3/includes/filerepo/File.php
@@ -670,7 +670,7 @@
671671 * @param $end timestamp Only revisions newer than $end will be returned
672672 */
673673 function getHistory($limit = null, $start = null, $end = null) {
674 - return false;
 674+ return array();
675675 }
676676
677677 /**

Follow-up revisions

RevisionCommit summaryAuthorDate
r35056Backport r34616brion20:40, 19 May 2008

Status & tagging log