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

Commit

Permalink
Remove duplicate case in switch statement
Browse files Browse the repository at this point in the history
  • Loading branch information
Jamie Snape committed Jun 10, 2014
1 parent 129f55e commit 4eddc18
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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))
Expand Down

0 comments on commit 4eddc18

Please sign in to comment.