was not missing in develop branch, but here. :-(
Signed-off-by: Roland Häder <roland@mxchange.org>
This commit is contained in:
parent
99c8fd36c0
commit
ef5838bbd2
|
@ -163,6 +163,7 @@ 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('<link rel="alternate" type="text/html" href="' . App::get_baseurl() . '/display/' . $owner['nickname'] . '/' . $item['id'] . '" />' . "\n") ;
|
||||
$body = $item['body'];
|
||||
|
|
Loading…
Reference in a new issue