
aaron at svn
May 11, 2008, 7:54 AM
Post #1 of 1
(13 views)
Permalink
|
|
SVN: [34616] trunk/phase3/includes/filerepo/File.php
|
|
Revision: 34616 Author: aaron Date: 2008-05-11 14:54:45 +0000 (Sun, 11 May 2008) Log Message: ----------- Consistent type Modified Paths: -------------- trunk/phase3/includes/filerepo/File.php Modified: trunk/phase3/includes/filerepo/File.php =================================================================== --- trunk/phase3/includes/filerepo/File.php 2008-05-11 14:42:02 UTC (rev 34615) +++ trunk/phase3/includes/filerepo/File.php 2008-05-11 14:54:45 UTC (rev 34616) @@ -670,7 +670,7 @@ * @param $end timestamp Only revisions newer than $end will be returned */ function getHistory($limit = null, $start = null, $end = null) { - return false; + return array(); } /** _______________________________________________ MediaWiki-CVS mailing list MediaWiki-CVS[at]lists.wikimedia.org https://lists.wikimedia.org/mailman/listinfo/mediawiki-cvs
|