image/jpeg > image/png

This commit is contained in:
Jeroen
2014-10-05 21:38:47 +00:00
parent 0fd55707f5
commit a17eae941b
2 changed files with 5 additions and 5 deletions

View File

@@ -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));