From e88b95b76a16dd631f0b765f71a2b088bd4d113f Mon Sep 17 00:00:00 2001 From: Aaron Schulz Date: Tue, 17 Apr 2012 01:07:01 -0700 Subject: [PATCH] Removed unused (after I9a19862f1a720c5a464bd37f79b58a505c5961f9) var $backend. Change-Id: Ifd093d426eb8a39b1ff6ca1084cdb232f7e536eb --- includes/filerepo/file/File.php | 1 - 1 file changed, 1 deletion(-) diff --git a/includes/filerepo/file/File.php b/includes/filerepo/file/File.php index de9efb5afb..ae11e673d9 100644 --- a/includes/filerepo/file/File.php +++ b/includes/filerepo/file/File.php @@ -864,7 +864,6 @@ abstract class File { $thumb = $this->handler->getTransform( $this, $tmpThumbPath, $thumbUrl, $params ); } } elseif ( $this->repo && $thumb->hasFile() && !$thumb->fileIsSource() ) { - $backend = $this->repo->getBackend(); // Copy the thumbnail from the file system into storage... $status = $this->repo->quickImport( $tmpThumbPath, $thumbPath ); if ( $status->isOK() ) { -- 2.20.1