*Fix typo
[lhc/web/wiklou.git] / includes / filerepo / LocalFile.php
index f35c67b..87542ca 100644 (file)
@@ -1323,7 +1323,7 @@ class LocalFile extends File
  */
 class Image extends LocalFile {
        function __construct( $title ) {
-               $repo = FileRepoGroup::singleton()->getLocalRepo();
+               $repo = RepoGroup::singleton()->getLocalRepo();
                parent::__construct( $title, $repo );
        }