From: Aaron Schulz Date: Thu, 31 May 2007 04:10:06 +0000 (+0000) Subject: *Title fix X-Git-Tag: 1.31.0-rc.0~52754 X-Git-Url: http://git.cyclocoop.org/url?a=commitdiff_plain;h=8a0464ab35e0a2717c23af3f0363cf8bad50db48;p=lhc%2Fweb%2Fwiklou.git *Title fix --- diff --git a/includes/filerepo/LocalFile.php b/includes/filerepo/LocalFile.php index 501fa42560..f35c67b865 100644 --- a/includes/filerepo/LocalFile.php +++ b/includes/filerepo/LocalFile.php @@ -1211,7 +1211,6 @@ class LocalFile extends File wfTimestamp( TS_MW, $row->fa_deleted_timestamp ) . '!' . $row->fa_name; } - $restoredImage = new self( $row->fa_name, $this->repo ); $destDir = $restoredImage->getArchivePath(); if ( !is_dir( $destDir ) ) { wfMkdirParents( $destDir );