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)) {
case 'jpeg':
case 'jpg':
$mediatype = 'image/jpg';
$mediatype = 'image/jpeg';
break;
case 'gif':
$mediatype = 'image/gif';