aboutsummaryrefslogtreecommitdiffstats
path: root/include/photo
diff options
context:
space:
mode:
authorJeroen <jeroenpraat@xs4all.nl>2014-10-05 21:38:47 +0000
committerJeroen <jeroenpraat@xs4all.nl>2014-10-05 21:38:47 +0000
commita17eae941b2c3a7fa76b84a3ef10a0f8d4be6038 (patch)
treeb0853dab8c80331555dc33b35f09440249b849ca /include/photo
parent0fd55707f5fe60a591a679fb25ceff471f830a8a (diff)
downloadvolse-hubzilla-a17eae941b2c3a7fa76b84a3ef10a0f8d4be6038.tar.gz
volse-hubzilla-a17eae941b2c3a7fa76b84a3ef10a0f8d4be6038.tar.bz2
volse-hubzilla-a17eae941b2c3a7fa76b84a3ef10a0f8d4be6038.zip
image/jpeg > image/png
Diffstat (limited to 'include/photo')
-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));