diff options
author | friendica <info@friendica.com> | 2013-06-19 18:06:14 -0700 |
---|---|---|
committer | friendica <info@friendica.com> | 2013-06-19 18:06:14 -0700 |
commit | 4f06905a186252327e7446b8767889dc37aff9fc (patch) | |
tree | b2bd48b4c45d2e540ac51a846aab5f3d2813197b /mod | |
parent | 9d03da134807a55c74a5b15895356dc8990f01db (diff) | |
download | volse-hubzilla-4f06905a186252327e7446b8767889dc37aff9fc.tar.gz volse-hubzilla-4f06905a186252327e7446b8767889dc37aff9fc.tar.bz2 volse-hubzilla-4f06905a186252327e7446b8767889dc37aff9fc.zip |
infrastructure for future stuff
Diffstat (limited to 'mod')
-rwxr-xr-x | mod/like.php | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/mod/like.php b/mod/like.php index bf707477c..f617391a1 100755 --- a/mod/like.php +++ b/mod/like.php @@ -102,8 +102,7 @@ function like_content(&$a) { $post_type = (($item['resource_type'] === 'photo') ? $t('photo') : t('status')); - $links = array(array('rel' => 'alternate','type' => 'text/html', - 'href' => z_root() . '/display/' . $item['mid'])); + $links = array(array('rel' => 'alternate','type' => 'text/html', 'href' => $item['plink'])); $objtype = (($item['resource_type'] === 'photo') ? ACTIVITY_OBJ_PHOTO : ACTIVITY_OBJ_NOTE ); $body = $item['body']; |