]> git.mxchange.org Git - friendica.git/blobdiff - include/api.php
Merge remote-tracking branch 'upstream/develop' into ap-stuff
[friendica.git] / include / api.php
index 3a29184ec777589a1778db08ce09e6894a845516..ef738891265260e160172de6c9cdf0740b20a854 100644 (file)
@@ -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") {