X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=include%2Flike.php;h=feaffe011b7ec7842e24acd1054701fe0e45630d;hb=0436782e70f496c96f30ee7822865f777ae1d73e;hp=94ff33a6996f4dd204993923117d9e17fe072fa1;hpb=bb37cac77281675251f5238e3a7a87a3faf4677c;p=friendica.git diff --git a/include/like.php b/include/like.php index 94ff33a699..feaffe011b 100644 --- a/include/like.php +++ b/include/like.php @@ -166,7 +166,6 @@ function do_like($item_id, $verb) { $post_type = (($item['resource-id']) ? t('photo') : t('status')); if ($item['object-type'] === ACTIVITY_OBJ_EVENT) { $post_type = t('event'); - } $objtype = (($item['resource-id']) ? ACTIVITY_OBJ_IMAGE : ACTIVITY_OBJ_NOTE ); $link = xmlify('' . "\n") ; $body = $item['body'];