Remove parameter from FileRepo::findFiles(), it was fubar and nobody was using it...
authorIlmari Karonen <vyznev@users.mediawiki.org>
Sat, 13 Dec 2008 04:35:48 +0000 (04:35 +0000)
committerIlmari Karonen <vyznev@users.mediawiki.org>
Sat, 13 Dec 2008 04:35:48 +0000 (04:35 +0000)
commitb74934a6f31615f9281eb9341dd7db32b7da3ec4
tree556ee45d7c881460bf71e8d70d2e0d9ec4d2a6e9
parent7f71d9e38f2324aa539cd336e2724458b559fd03
Remove  parameter from FileRepo::findFiles(), it was fubar and nobody was using it anyway.  (What we really need is some way to pass timestamps to that function, which probably requires further rethinking of the interface.)
includes/filerepo/FileRepo.php
includes/filerepo/LocalRepo.php