diff options
Diffstat (limited to 'include/activities.php')
-rw-r--r-- | include/activities.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/activities.php b/include/activities.php index 20b198976..d9a39e2d8 100644 --- a/include/activities.php +++ b/include/activities.php @@ -56,7 +56,7 @@ function profile_activity($changed, $value) { $links = array(); $links[] = array('rel' => 'alternate', 'type' => 'text/html', 'href' => $self[0]['profile'] . '?tab=profile'); - $links[] = array('rel' => 'photo', 'type' => /*FIXME*/ 'image/jpeg', 'href' => $self[0]['xchan_photo']); + $links[] = array('rel' => 'photo', 'type' => $self[0]['xchan_photo_mimetype'], 'href' => $self[0]['xchan_photo_l']); $arr['object'] = json_encode(array( 'type' => ACTIVITY_OBJ_PROFILE, |