mirror of
https://github.com/friendica/friendica
synced 2024-11-10 06:22:53 +00:00
commit
0d48acfd17
1 changed files with 1 additions and 1 deletions
|
@ -2695,7 +2695,7 @@ class Item extends BaseObject
|
|||
}
|
||||
|
||||
$base_condition = ['verb' => $verbs, 'deleted' => false, 'gravity' => GRAVITY_ACTIVITY,
|
||||
'author-id' => $author_contact['id'], 'uid' => item['uid']];
|
||||
'author-id' => $author_contact['id'], 'uid' => $item['uid']];
|
||||
|
||||
$condition = array_merge($base_condition, ['parent' => $item_id]);
|
||||
$like_item = self::selectFirst(['id', 'guid', 'verb'], $condition);
|
||||
|
|
Loading…
Reference in a new issue