diff --git a/src/Module/ActivityPub/Featured.php b/src/Module/ActivityPub/Featured.php index af5a3d317a..2279ec1793 100644 --- a/src/Module/ActivityPub/Featured.php +++ b/src/Module/ActivityPub/Featured.php @@ -42,7 +42,7 @@ class Featured extends BaseModule throw new \Friendica\Network\HTTPException\NotFoundException(); } - $page = $_REQUEST['page'] ?? null; + $page = $request['page'] ?? null; $outbox = ActivityPub\Transmitter::getFeatured($owner, $page); System::jsonExit($outbox, 'application/activity+json');