aboutsummaryrefslogtreecommitdiffstats
path: root/include/photo
diff options
context:
space:
mode:
authorzotlabs <mike@macgirvin.com>2017-09-20 00:00:26 -0700
committerzotlabs <mike@macgirvin.com>2017-09-20 00:00:26 -0700
commit9e46472ca26f2bd38d2e71c221a9fbf5618b5822 (patch)
tree9598b8d5bb0c33299494876c7f9f9927d393494a /include/photo
parent61d9b34929adc831eb780fd3410660eb98c114a9 (diff)
downloadvolse-hubzilla-9e46472ca26f2bd38d2e71c221a9fbf5618b5822.tar.gz
volse-hubzilla-9e46472ca26f2bd38d2e71c221a9fbf5618b5822.tar.bz2
volse-hubzilla-9e46472ca26f2bd38d2e71c221a9fbf5618b5822.zip
provide default photo mimetype
Diffstat (limited to 'include/photo')
-rw-r--r--include/photo/photo_driver.php1
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;
}