aboutsummaryrefslogtreecommitdiffstats
path: root/mod/like.php
diff options
context:
space:
mode:
authorfriendica <info@friendica.com>2013-08-28 20:51:08 -0700
committerfriendica <info@friendica.com>2013-08-28 20:51:08 -0700
commit7b27add5468ae38534b8bceb458520e6c603da75 (patch)
tree33a2e1057076bd8e96010d133aea99d48097e584 /mod/like.php
parent03e1a0cc152ec8ea8fccefa746686d05758c7f5b (diff)
downloadvolse-hubzilla-7b27add5468ae38534b8bceb458520e6c603da75.tar.gz
volse-hubzilla-7b27add5468ae38534b8bceb458520e6c603da75.tar.bz2
volse-hubzilla-7b27add5468ae38534b8bceb458520e6c603da75.zip
issue #106
Diffstat (limited to 'mod/like.php')
-rwxr-xr-xmod/like.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/mod/like.php b/mod/like.php
index 90005eca3..0de65f129 100755
--- a/mod/like.php
+++ b/mod/like.php
@@ -100,7 +100,7 @@ function like_content(&$a) {
$mid = item_message_id();
- $post_type = (($item['resource_type'] === 'photo') ? $t('photo') : t('status'));
+ $post_type = (($item['resource_type'] === 'photo') ? t('photo') : t('status'));
$links = array(array('rel' => 'alternate','type' => 'text/html', 'href' => $item['plink']));
$objtype = (($item['resource_type'] === 'photo') ? ACTIVITY_OBJ_PHOTO : ACTIVITY_OBJ_NOTE );