Use $request
This commit is contained in:
parent
a1e675ded1
commit
344e12c4fc
|
@ -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');
|
||||
|
|
Loading…
Reference in a new issue