Index: trunk/phase3/includes/filerepo/RepoGroup.php |
— | — | @@ -61,7 +61,7 @@ |
62 | 62 | |
63 | 63 | /** |
64 | 64 | * Search repositories for an image. |
65 | | - * You can also use wfGetFile() to do this. |
| 65 | + * You can also use wfFindFile() to do this. |
66 | 66 | * @param mixed $title Title object or string |
67 | 67 | * @param $options Associative array of options: |
68 | 68 | * time: requested time for an archived image, or false for the |