mirror of
https://github.com/friendica/friendica
synced 2025-04-24 00:30:11 +00:00
Add expected second parameter to BaseApi::getRequest in a few put() methods
This commit is contained in:
parent
46e251be1f
commit
e1d6de757f
3 changed files with 3 additions and 3 deletions
|
@ -74,7 +74,7 @@ class PushSubscription extends BaseApi
|
|||
|
||||
$request = $this->getRequest([
|
||||
'data' => [],
|
||||
]);
|
||||
], $request);
|
||||
|
||||
$subscription = Subscription::select($application['id'], $uid, ['id']);
|
||||
if (empty($subscription)) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue