At $time only
authorAaron Schulz <aaron@users.mediawiki.org>
Mon, 4 Feb 2008 08:27:55 +0000 (08:27 +0000)
committerAaron Schulz <aaron@users.mediawiki.org>
Mon, 4 Feb 2008 08:27:55 +0000 (08:27 +0000)
includes/filerepo/RepoGroup.php

index e5e49d0..f825a38 100644 (file)
@@ -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 ) {