aboutsummaryrefslogtreecommitdiffstats
path: root/include/activities.php
diff options
context:
space:
mode:
authorfriendica <info@friendica.com>2012-10-23 21:24:23 -0700
committerfriendica <info@friendica.com>2012-10-23 21:24:23 -0700
commit968b9ce1af797ad422e26eb35bd58fc4ebd8c4b3 (patch)
treed95c068957657b11ba08ea67052454b0cdf8b593 /include/activities.php
parent8e8482355baa55a5c9e3cb3553eecf5a733e2897 (diff)
downloadvolse-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.php2
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,