]> git.mxchange.org Git - friendica.git/blobdiff - src/Module/Inbox.php
Merge pull request #5907 from nupplaphil/goaway_to_redirectto
[friendica.git] / src / Module / Inbox.php
index c97c3b7afb05a2dfe12a4a05c56d694c419e03ad..c190be4d1f285c0af1f48d412b10039bc186e7ef 100644 (file)
@@ -48,7 +48,7 @@ class Inbox extends BaseModule
                        $uid = 0;
                }
 
-               ActivityPub::processInbox($postdata, $_SERVER, $uid);
+               ActivityPub\Receiver::processInbox($postdata, $_SERVER, $uid);
 
                System::httpExit(202);
        }