diff options
author | friendica <info@friendica.com> | 2014-10-05 15:42:25 -0700 |
---|---|---|
committer | friendica <info@friendica.com> | 2014-10-05 15:42:25 -0700 |
commit | bf6c72fc0ed943879f573710d88c12e402a90f6f (patch) | |
tree | eab5efae303b09f4dad532e094938eb05f4ac1c7 /include/photo/photo_driver.php | |
parent | d4a6a6b4f513cfe4cb1b7a003e10d8dc9edcdfff (diff) | |
parent | 7bad7e505a3986044ce0150c7ebd4486c44adfd7 (diff) | |
download | volse-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.php | 2 |
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)); |