Index: trunk/phase3/includes/filerepo/FileRepo.php |
— | — | @@ -131,7 +131,7 @@ |
132 | 132 | /* |
133 | 133 | * Find many files at once. |
134 | 134 | * @param array $titles, an array of titles |
135 | | - * @param int $flags |
| 135 | + * @todo Think of a good way to optionally pass timestamps to this function. |
136 | 136 | */ |
137 | 137 | function findFiles( $titles ) { |
138 | 138 | $result = array(); |