]> git.mxchange.org Git - friendica.git/blobdiff - src/Module/Outbox.php
Merge pull request #6127 from annando/notice
[friendica.git] / src / Module / Outbox.php
index f6bad56dd6c2b4f563d3e1ed2fac4f263decc7dc..681d1cccb103d76ccd1b225758e67f442a115f3b 100644 (file)
@@ -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);