From 7efa2567ab6938bc8b2e8da49d80e81766555498 Mon Sep 17 00:00:00 2001 From: Aaron Schulz Date: Mon, 4 Feb 2008 08:27:55 +0000 Subject: [PATCH] At $time only --- includes/filerepo/RepoGroup.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/includes/filerepo/RepoGroup.php b/includes/filerepo/RepoGroup.php index e5e49d0422..f825a38fde 100644 --- a/includes/filerepo/RepoGroup.php +++ b/includes/filerepo/RepoGroup.php @@ -54,8 +54,8 @@ class RepoGroup { * Search repositories for an image. * You can also use wfGetFile() to do this. * @param mixed $title Title object or string - * @param mixed $time The 14-char timestamp before which the file should - * have been uploaded, or false for the current version + * @param mixed $time The 14-char timestamp the file should have + * been uploaded, or false for the current version * @return File object or false if it is not found */ function findFile( $title, $time = false ) { -- 2.20.1