mirror of
https://github.com/elyby/oauth2-server.git
synced 2024-11-15 17:56:14 +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)
|
array $authoriseParams)
|
||||||
{
|
{
|
||||||
// Check if the user already has an access token
|
// Check if the user already has an access token
|
||||||
$accessToken = $this->db->hasAccessToken($typeId,
|
$accessToken = $this->db->hasAccessToken($type, $typeId,
|
||||||
$authoriseParams['client_id']);
|
$authoriseParams['client_id']);
|
||||||
|
|
||||||
if ($accessToken !== false) {
|
if ($accessToken !== false) {
|
||||||
|
Loading…
Reference in New Issue
Block a user