Index: trunk/phase3/includes/filerepo/LocalFile.php |
— | — | @@ -1323,7 +1323,7 @@ |
1324 | 1324 | */ |
1325 | 1325 | class Image extends LocalFile { |
1326 | 1326 | function __construct( $title ) { |
1327 | | - $repo = FileRepoGroup::singleton()->getLocalRepo(); |
| 1327 | + $repo = RepoGroup::singleton()->getLocalRepo(); |
1328 | 1328 | parent::__construct( $title, $repo ); |
1329 | 1329 | } |
1330 | 1330 | |