aboutsummaryrefslogtreecommitdiffstats
path: root/include/photo/photo_driver.php
diff options
context:
space:
mode:
authorfriendica <info@friendica.com>2014-10-05 15:42:25 -0700
committerfriendica <info@friendica.com>2014-10-05 15:42:25 -0700
commitbf6c72fc0ed943879f573710d88c12e402a90f6f (patch)
treeeab5efae303b09f4dad532e094938eb05f4ac1c7 /include/photo/photo_driver.php
parentd4a6a6b4f513cfe4cb1b7a003e10d8dc9edcdfff (diff)
parent7bad7e505a3986044ce0150c7ebd4486c44adfd7 (diff)
downloadvolse-hubzilla-bf6c72fc0ed943879f573710d88c12e402a90f6f.tar.gz
volse-hubzilla-bf6c72fc0ed943879f573710d88c12e402a90f6f.tar.bz2
volse-hubzilla-bf6c72fc0ed943879f573710d88c12e402a90f6f.zip
Merge https://github.com/friendica/red into pending_merge
Diffstat (limited to 'include/photo/photo_driver.php')
-rw-r--r--include/photo/photo_driver.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/photo/photo_driver.php b/include/photo/photo_driver.php
index daf1bfc25..d9777b1c4 100644
--- a/include/photo/photo_driver.php
+++ b/include/photo/photo_driver.php
@@ -623,7 +623,7 @@ function import_profile_photo($photo,$xchan,$thing = false) {
$photo = $a->get_baseurl() . '/' . get_default_profile_photo();
$thumb = $a->get_baseurl() . '/' . get_default_profile_photo(80);
$micro = $a->get_baseurl() . '/' . get_default_profile_photo(48);
- $type = 'image/jpeg';
+ $type = 'image/png';
}
return(array($photo,$thumb,$micro,$type,$photo_failure));