issue #106
This commit is contained in:
parent
03e1a0cc15
commit
7b27add546
@ -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 );
|
||||
|
Reference in New Issue
Block a user