X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=src%2FModule%2FOutbox.php;h=681d1cccb103d76ccd1b225758e67f442a115f3b;hb=b0d8a2fcd087c2a7c34460ced3c7334eccaa1c0a;hp=f6bad56dd6c2b4f563d3e1ed2fac4f263decc7dc;hpb=ec898ecd2a6a79e1e8a6a9dda94e90393eb08487;p=friendica.git diff --git a/src/Module/Outbox.php b/src/Module/Outbox.php index f6bad56dd6..681d1cccb1 100644 --- a/src/Module/Outbox.php +++ b/src/Module/Outbox.php @@ -29,7 +29,7 @@ class Outbox extends BaseModule $page = defaults($_REQUEST, 'page', null); - $outbox = ActivityPub::getOutbox($owner, $page); + $outbox = ActivityPub\Transmitter::getOutbox($owner, $page); header('Content-Type: application/activity+json'); echo json_encode($outbox);