Fixed variable name

This commit is contained in:
Alex Bilbie 2012-07-06 19:29:39 +01:00
parent f0e36e6c94
commit 92be306d04

View File

@ -235,7 +235,7 @@ class Server
public function newAuthCode(string $clientId, $type = 'user',
string $typeId, string $redirectUri, $scopes = array(),
string $access_token = null)
string $accessToken = null)
{
$authCode = $this->generateCode();