r22589 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r22588‎ | r22589 | r22590 >
Date:04:10, 31 May 2007
Author:aaron
Status:old
Tags:
Comment:
*Title fix
Modified paths:
  • /trunk/phase3/includes/filerepo/LocalFile.php (modified) (history)

Diff [purge]

Index: trunk/phase3/includes/filerepo/LocalFile.php
@@ -1211,7 +1211,6 @@
12121212 wfTimestamp( TS_MW, $row->fa_deleted_timestamp ) .
12131213 '!' . $row->fa_name;
12141214 }
1215 - $restoredImage = new self( $row->fa_name, $this->repo );
12161215 $destDir = $restoredImage->getArchivePath();
12171216 if ( !is_dir( $destDir ) ) {
12181217 wfMkdirParents( $destDir );

Follow-up revisions

RevisionCommit summaryAuthorDate
r22619Merged revisions 22587-22618 via svnmerge from...david04:13, 1 June 2007