Fixed variable name

This commit is contained in:
Alex Bilbie 2012-07-06 19:32:27 +01:00
parent 2ba9a1d279
commit 938c54888f

View File

@ -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,