MIME type for jpeg is with an e

This commit is contained in:
Mikael Nordfeldth 2012-05-24 23:24:53 +02:00
parent bd8178592c
commit fcb1b115fc
1 changed files with 1 additions and 1 deletions

View File

@ -400,7 +400,7 @@ class TwitterImport
switch (strtolower($ext)) { switch (strtolower($ext)) {
case 'jpeg': case 'jpeg':
case 'jpg': case 'jpg':
$mediatype = 'image/jpg'; $mediatype = 'image/jpeg';
break; break;
case 'gif': case 'gif':
$mediatype = 'image/gif'; $mediatype = 'image/gif';