Skip to content

Commit e3aabe7

Browse files
committed
fix args
1 parent 13ed2de commit e3aabe7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

solid/lib/Controller/ServerController.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -227,7 +227,7 @@ public function authorize() {
227227
return $result;
228228
}
229229

230-
$approval = $this->checkApproval($clientId);
230+
$approval = $this->checkApproval($clientId, $clientRegistration);
231231
if (!$approval) {
232232
$result = new JSONResponse('Approval required');
233233
$result->setStatus(302);

0 commit comments

Comments
 (0)