From 14847e80c215832a9f6f2a9b0384e69a6ca127de Mon Sep 17 00:00:00 2001 From: Ilmari Karonen Date: Sat, 13 Dec 2008 04:40:25 +0000 Subject: [PATCH] Remove it from the comments too. (Who reads those, anyway?) --- includes/filerepo/FileRepo.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/includes/filerepo/FileRepo.php b/includes/filerepo/FileRepo.php index 1f2a4cd882..5beac7329c 100644 --- a/includes/filerepo/FileRepo.php +++ b/includes/filerepo/FileRepo.php @@ -131,7 +131,7 @@ abstract class FileRepo { /* * Find many files at once. * @param array $titles, an array of titles - * @param int $flags + * @todo Think of a good way to optionally pass timestamps to this function. */ function findFiles( $titles ) { $result = array(); -- 2.20.1