Index: trunk/phase3/includes/filerepo/File.php |
— | — | @@ -670,7 +670,7 @@ |
671 | 671 | * @param $end timestamp Only revisions newer than $end will be returned |
672 | 672 | */ |
673 | 673 | function getHistory($limit = null, $start = null, $end = null) { |
674 | | - return false; |
| 674 | + return array(); |
675 | 675 | } |
676 | 676 | |
677 | 677 | /** |