diff options
author | Tobias Diekershoff <tobias.diekershoff@gmx.net> | 2011-01-22 09:18:05 +0100 |
---|---|---|
committer | Tobias Diekershoff <tobias.diekershoff@gmx.net> | 2011-01-22 09:18:05 +0100 |
commit | c000510c2737e66a4504d90ca31a673d84ce90f7 (patch) | |
tree | 140451009e074b4ed0f7c5e4924da5476b3fe993 | |
parent | 3f847d5b0f28b7f7d38878d8c547da75199d1efb (diff) | |
parent | c0a0710f97d66b695a3c3d1b56d885653d6e14f8 (diff) | |
download | volse-hubzilla-c000510c2737e66a4504d90ca31a673d84ce90f7.tar.gz volse-hubzilla-c000510c2737e66a4504d90ca31a673d84ce90f7.tar.bz2 volse-hubzilla-c000510c2737e66a4504d90ca31a673d84ce90f7.zip |
Merge branch 'master' of git://github.com/friendika/friendika
-rw-r--r-- | mod/like.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mod/like.php b/mod/like.php index cb4093d5d..f256cd9a1 100644 --- a/mod/like.php +++ b/mod/like.php @@ -150,7 +150,7 @@ EOT; $arr['author-link'] = $contact['url']; $arr['author-avatar'] = $contact['thumb']; $arr['body'] = '[url=' . $contact['url'] . ']' . $contact['name'] . '[/url]' . ' ' . t('likes') . ' ' - . '[url=' . $owner['url'] . ']' . $owner['name'] . t('\'s') . '[/url]' . ' ' + . '[url=' . $item['author-link'] . ']' . $item['author-name'] . t('\'s') . '[/url]' . ' ' . '[url=' . $a->get_baseurl() . '/display/' . $owner['nickname'] . '/' . $item['id'] . ']' . $post_type . '[/url]' ; $arr['verb'] = $activity; |