From 8a6e9ebe729013e99c3bb740bf02cb1062b63efb Mon Sep 17 00:00:00 2001 From: Aaron Schulz Date: Sun, 11 May 2008 14:54:45 +0000 Subject: [PATCH] Consistent type --- includes/filerepo/File.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/includes/filerepo/File.php b/includes/filerepo/File.php index ade4a245c3..59ee21ee4f 100644 --- a/includes/filerepo/File.php +++ b/includes/filerepo/File.php @@ -670,7 +670,7 @@ abstract class File { * @param $end timestamp Only revisions newer than $end will be returned */ function getHistory($limit = null, $start = null, $end = null) { - return false; + return array(); } /** -- 2.20.1