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