r22620 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r22619‎ | r22620 | r22621 >
Date:06:18, 1 June 2007
Author:aaron
Status:old
Tags:
Comment:
*Fix typo
Modified paths:
  • /trunk/phase3/includes/filerepo/LocalFile.php (modified) (history)

Diff [purge]

Index: trunk/phase3/includes/filerepo/LocalFile.php
@@ -1323,7 +1323,7 @@
13241324 */
13251325 class Image extends LocalFile {
13261326 function __construct( $title ) {
1327 - $repo = FileRepoGroup::singleton()->getLocalRepo();
 1327+ $repo = RepoGroup::singleton()->getLocalRepo();
13281328 parent::__construct( $title, $repo );
13291329 }
13301330

Follow-up revisions

RevisionCommit summaryAuthorDate
r22652Merged revisions 22619-22651 via svnmerge from...david06:10, 2 June 2007