From 0b09f18c3f6c2b7a2f3d4d3a0820fb8b9498b2f0 Mon Sep 17 00:00:00 2001 From: Chad Horohoe Date: Sat, 23 Jan 2010 14:25:10 +0000 Subject: [PATCH] Typo in comment, no such thing as wfGetFile() --- includes/filerepo/RepoGroup.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/includes/filerepo/RepoGroup.php b/includes/filerepo/RepoGroup.php index c124c02e33..1465400c79 100644 --- a/includes/filerepo/RepoGroup.php +++ b/includes/filerepo/RepoGroup.php @@ -61,7 +61,7 @@ class RepoGroup { /** * Search repositories for an image. - * You can also use wfGetFile() to do this. + * You can also use wfFindFile() to do this. * @param mixed $title Title object or string * @param $options Associative array of options: * time: requested time for an archived image, or false for the -- 2.20.1