diff --git a/modules/thumbnailcreator/controllers/components/ImagemagickComponent.php b/modules/thumbnailcreator/controllers/components/ImagemagickComponent.php index 08117f579..0cd197562 100644 --- a/modules/thumbnailcreator/controllers/components/ImagemagickComponent.php +++ b/modules/thumbnailcreator/controllers/components/ImagemagickComponent.php @@ -136,7 +136,6 @@ public function createThumbnailFromPath($name, $fullPath, $width, $height, $exac case 'avi': case 'mov': case 'flv': - case 'mp4': case 'rm': // If this is a video, we have to have the file extension, so symlink it if(function_exists('symlink') && symlink($fullPath, $fullPath.'.'.$ext))