mirror of
https://github.com/friendica/friendica
synced 2025-04-25 01:10:12 +00:00
Function renamed to better reflect the purpose
This commit is contained in:
parent
825a7f9f93
commit
a55057d974
4 changed files with 4 additions and 4 deletions
|
@ -5823,7 +5823,7 @@ function api_friendica_activity($type)
|
|||
|
||||
$id = $_REQUEST['id'] ?? 0;
|
||||
|
||||
$res = Item::performLike($id, $verb);
|
||||
$res = Item::performActivity($id, $verb);
|
||||
|
||||
if ($res) {
|
||||
if ($type == "xml") {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue