Index: branches/REL1_12/phase3/includes/filerepo/File.php |
— | — | @@ -641,7 +641,7 @@ |
642 | 642 | * @param $end timestamp Only revisions newer than $end will be returned |
643 | 643 | */ |
644 | 644 | function getHistory($limit = null, $start = null, $end = null) { |
645 | | - return false; |
| 645 | + return array(); |
646 | 646 | } |
647 | 647 | |
648 | 648 | /** |
Index: branches/REL1_12/phase3/RELEASE-NOTES |
— | — | @@ -11,7 +11,7 @@ |
12 | 12 | * (bug 13522) Fix fatal error in Parser::extractTagsAndParams |
13 | 13 | * (bug 12077) Fix HTML nesting for TOC |
14 | 14 | * (bug 13532) Use proper timestamp call when reverting images |
15 | | -* (bug 13649) Bad call to wfTimestamp() |
| 15 | +* (bug 13649, 14084) Bad call to wfTimestamp() |
16 | 16 | * (bug 13770) Use Preprocessor_Hash by default to avoid missing DOM module errors |
17 | 17 | * (bug 13442) Missing pages in prop=langlinks and prop=extlinks are now |
18 | 18 | handled properly. |