mirror of
https://github.com/elyby/oauth2-server.git
synced 2024-11-01 16:33:07 +05:30
Fixed variable name
This commit is contained in:
parent
2ba9a1d279
commit
938c54888f
@ -241,7 +241,7 @@ class Server
|
||||
|
||||
// If an access token exists then update the existing session with the
|
||||
// new authorisation code otherwise create a new session
|
||||
if ($access_token !== null) {
|
||||
if ($accessToken !== null) {
|
||||
|
||||
$this->db->updateSession(
|
||||
$clientId,
|
||||
|
Loading…
Reference in New Issue
Block a user