Consistent type
authorAaron Schulz <aaron@users.mediawiki.org>
Sun, 11 May 2008 14:54:45 +0000 (14:54 +0000)
committerAaron Schulz <aaron@users.mediawiki.org>
Sun, 11 May 2008 14:54:45 +0000 (14:54 +0000)
includes/filerepo/File.php

index ade4a24..59ee21e 100644 (file)
@@ -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();
        }
 
        /**