mirror of
				https://github.com/elyby/oauth2-server.git
				synced 2025-05-31 14:12:07 +05:30 
			
		
		
		
	Missing $type in fund call
This commit is contained in:
		@@ -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) {
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user