mirror of
https://github.com/elyby/oauth2-server.git
synced 2024-11-01 16:33:07 +05:30
Missing $type in fund call
This commit is contained in:
parent
386b5794e7
commit
0638bc39d9
@ -194,7 +194,7 @@ maintenance of the server.'
|
||||
array $authoriseParams)
|
||||
{
|
||||
// Check if the user already has an access token
|
||||
$accessToken = $this->db->hasAccessToken($typeId,
|
||||
$accessToken = $this->db->hasAccessToken($type, $typeId,
|
||||
$authoriseParams['client_id']);
|
||||
|
||||
if ($accessToken !== false) {
|
||||
|
Loading…
Reference in New Issue
Block a user