diff options
author | friendica <info@friendica.com> | 2012-10-23 21:24:23 -0700 |
---|---|---|
committer | friendica <info@friendica.com> | 2012-10-23 21:24:23 -0700 |
commit | 968b9ce1af797ad422e26eb35bd58fc4ebd8c4b3 (patch) | |
tree | d95c068957657b11ba08ea67052454b0cdf8b593 /include/activities.php | |
parent | 8e8482355baa55a5c9e3cb3553eecf5a733e2897 (diff) | |
download | volse-hubzilla-968b9ce1af797ad422e26eb35bd58fc4ebd8c4b3.tar.gz volse-hubzilla-968b9ce1af797ad422e26eb35bd58fc4ebd8c4b3.tar.bz2 volse-hubzilla-968b9ce1af797ad422e26eb35bd58fc4ebd8c4b3.zip |
more heavy lifting
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, |