Remove unused local variable
authorSiebrand Mazeland <s.mazeland@xs4all.nl>
Wed, 4 Dec 2013 09:40:57 +0000 (10:40 +0100)
committerSiebrand Mazeland <s.mazeland@xs4all.nl>
Wed, 4 Dec 2013 09:40:57 +0000 (10:40 +0100)
Change-Id: I7d94987da8d8c476e7b648e132baff9f7206fac8

includes/filerepo/file/File.php

index cf4ddf5..24361da 100644 (file)
@@ -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 ) {