mirror of
https://github.com/friendica/friendica
synced 2025-04-26 01:10:15 +00:00
Replace do_like() calls
This commit is contained in:
parent
d1001bf158
commit
a286e8bf3b
2 changed files with 3 additions and 2 deletions
|
@ -5587,7 +5587,7 @@ function api_friendica_activity($type)
|
|||
|
||||
$id = (x($_REQUEST, 'id') ? $_REQUEST['id'] : 0);
|
||||
|
||||
$res = do_like($id, $verb);
|
||||
$res = Item::performLike($id, $verb);
|
||||
|
||||
if ($res) {
|
||||
if ($type == "xml") {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue