Skip to content
This repository was archived by the owner on Sep 10, 2021. It is now read-only.

Commit 4eddc18

Browse files
author
Jamie Snape
committed
Remove duplicate case in switch statement
1 parent 129f55e commit 4eddc18

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

modules/thumbnailcreator/controllers/components/ImagemagickComponent.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,6 @@ public function createThumbnailFromPath($name, $fullPath, $width, $height, $exac
136136
case 'avi':
137137
case 'mov':
138138
case 'flv':
139-
case 'mp4':
140139
case 'rm':
141140
// If this is a video, we have to have the file extension, so symlink it
142141
if(function_exists('symlink') && symlink($fullPath, $fullPath.'.'.$ext))

0 commit comments

Comments
 (0)