From aea7d47ebe942cc2294e3e499068a2ff9bdbd8f8 Mon Sep 17 00:00:00 2001 From: Siebrand Mazeland Date: Wed, 4 Dec 2013 10:40:57 +0100 Subject: [PATCH] Remove unused local variable Change-Id: I7d94987da8d8c476e7b648e132baff9f7206fac8 --- includes/filerepo/file/File.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/includes/filerepo/file/File.php b/includes/filerepo/file/File.php index cf4ddf512a..24361da441 100644 --- a/includes/filerepo/file/File.php +++ b/includes/filerepo/file/File.php @@ -839,7 +839,7 @@ abstract class File { return null; } $extension = $this->getExtension(); - list( $thumbExt, $thumbMime ) = $this->handler->getThumbType( + list( $thumbExt, ) = $this->handler->getThumbType( $extension, $this->getMimeType(), $params ); $thumbName = $this->handler->makeParamString( $params ) . '-' . $name; if ( $thumbExt != $extension ) { -- 2.20.1