From: Aaron Schulz Date: Sun, 11 May 2008 14:54:45 +0000 (+0000) Subject: Consistent type X-Git-Tag: 1.31.0-rc.0~47716 X-Git-Url: http://git.cyclocoop.org/%24href?a=commitdiff_plain;h=8a6e9ebe729013e99c3bb740bf02cb1062b63efb;p=lhc%2Fweb%2Fwiklou.git Consistent type --- 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(); } /**