provide default photo mimetype

This commit is contained in:
zotlabs
2017-09-20 00:00:26 -07:00
parent 61d9b34929
commit 9e46472ca2
3 changed files with 8 additions and 1 deletions

View File

@@ -666,6 +666,7 @@ function import_channel_photo_from_url($photo,$aid,$uid) {
import_channel_photo($img_str,$type,$aid,$uid);
return $type;
}