From 8a0464ab35e0a2717c23af3f0363cf8bad50db48 Mon Sep 17 00:00:00 2001 From: Aaron Schulz Date: Thu, 31 May 2007 04:10:06 +0000 Subject: [PATCH] *Title fix --- includes/filerepo/LocalFile.php | 1 - 1 file changed, 1 deletion(-) 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 ); -- 2.20.1