From: Aaron Schulz Date: Tue, 17 Apr 2012 08:07:01 +0000 (-0700) Subject: Removed unused (after I9a19862f1a720c5a464bd37f79b58a505c5961f9) var $backend. X-Git-Tag: 1.31.0-rc.0~23893^2 X-Git-Url: https://git.cyclocoop.org/%27.%24link.%27?a=commitdiff_plain;h=e88b95b76a16dd631f0b765f71a2b088bd4d113f;p=lhc%2Fweb%2Fwiklou.git Removed unused (after I9a19862f1a720c5a464bd37f79b58a505c5961f9) var $backend. Change-Id: Ifd093d426eb8a39b1ff6ca1084cdb232f7e536eb --- 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() ) {