remove image/pjpeg from OC_Image::_output

This commit is contained in:
Georg Ehrke 2014-03-14 18:12:33 +01:00
parent c140010e81
commit 9dee3772eb
1 changed files with 0 additions and 1 deletions

View File

@ -205,7 +205,6 @@ class OC_Image {
$imageType = IMAGETYPE_GIF;
break;
case 'image/jpeg':
case 'image/pjpeg':
$imageType = IMAGETYPE_JPEG;
break;
case 'image/png':