diff options
author | zotlabs <mike@macgirvin.com> | 2017-09-20 00:00:26 -0700 |
---|---|---|
committer | zotlabs <mike@macgirvin.com> | 2017-09-20 00:00:26 -0700 |
commit | 9e46472ca26f2bd38d2e71c221a9fbf5618b5822 (patch) | |
tree | 9598b8d5bb0c33299494876c7f9f9927d393494a /include/photo/photo_driver.php | |
parent | 61d9b34929adc831eb780fd3410660eb98c114a9 (diff) | |
download | volse-hubzilla-9e46472ca26f2bd38d2e71c221a9fbf5618b5822.tar.gz volse-hubzilla-9e46472ca26f2bd38d2e71c221a9fbf5618b5822.tar.bz2 volse-hubzilla-9e46472ca26f2bd38d2e71c221a9fbf5618b5822.zip |
provide default photo mimetype
Diffstat (limited to 'include/photo/photo_driver.php')
-rw-r--r-- | include/photo/photo_driver.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/photo/photo_driver.php b/include/photo/photo_driver.php index c6c023147..17ca81419 100644 --- a/include/photo/photo_driver.php +++ b/include/photo/photo_driver.php @@ -666,6 +666,7 @@ function import_channel_photo_from_url($photo,$aid,$uid) { import_channel_photo($img_str,$type,$aid,$uid); + return $type; } |