if (DBA::isResult($contact)) {
$photo = $contact['photo'];
} else {
- $photo = System::baseUrl() . '/images/person-175.jpg';
+ $photo = System::baseUrl() . '/images/person-300.jpg';
}
Contact::updateAvatar($photo, $local_uid, $dfrn_record);
exit;
}
- $default = 'images/person-175.jpg';
+ $default = 'images/person-300.jpg';
$public = true;
if (isset($type)) {
if (isset($resolution)) {
switch ($resolution) {
case 4:
- $data = file_get_contents('images/person-175.jpg');
+ $data = file_get_contents('images/person-300.jpg');
$mimetype = 'image/jpeg';
break;
case 5: