From: Siebrand Mazeland Date: Wed, 4 Dec 2013 09:40:57 +0000 (+0100) Subject: Remove unused local variable X-Git-Tag: 1.31.0-rc.0~17776^2 X-Git-Url: http://git.cyclocoop.org/%22%20.%20generer_url_ecrire%28%22auteur_infos%22%2C%20%22id_auteur=%24id%22%29%20.%20%22?a=commitdiff_plain;h=aea7d47ebe942cc2294e3e499068a2ff9bdbd8f8;p=lhc%2Fweb%2Fwiklou.git Remove unused local variable Change-Id: I7d94987da8d8c476e7b648e132baff9f7206fac8 --- 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 ) {