From: Aaron Schulz Date: Mon, 4 Feb 2008 08:27:55 +0000 (+0000) Subject: At $time only X-Git-Tag: 1.31.0-rc.0~49627 X-Git-Url: http://git.cyclocoop.org/%22.%24image2.%22?a=commitdiff_plain;h=7efa2567ab6938bc8b2e8da49d80e81766555498;p=lhc%2Fweb%2Fwiklou.git At $time only --- 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 ) {