]> git.mxchange.org Git - quix0rs-gnu-social.git/commitdiff
adding the odd but reported Twitter avatar .jpeg file extension
authorMikael Nordfeldth <mmn@hethane.se>
Thu, 24 May 2012 21:09:56 +0000 (23:09 +0200)
committerMikael Nordfeldth <mmn@hethane.se>
Thu, 24 May 2012 21:09:56 +0000 (23:09 +0200)
plugins/TwitterBridge/twitterimport.php

index 4d165d4dd25f7f64a01b687ecd07cfb624743994..85fcaf08fe5245ad500ed00dc90dd6866fd41e77 100644 (file)
@@ -398,6 +398,7 @@ class TwitterImport
         $mediatype = null;
 
         switch (strtolower($ext)) {
+        case 'jpeg':
         case 'jpg':
             $mediatype = 'image/jpg';
             break;