Missing $type in fund call

This commit is contained in:
Alex Bilbie 2012-07-20 15:43:08 +01:00
parent 386b5794e7
commit 0638bc39d9

View File

@ -194,7 +194,7 @@ maintenance of the server.'
array $authoriseParams) array $authoriseParams)
{ {
// Check if the user already has an access token // Check if the user already has an access token
$accessToken = $this->db->hasAccessToken($typeId, $accessToken = $this->db->hasAccessToken($type, $typeId,
$authoriseParams['client_id']); $authoriseParams['client_id']);
if ($accessToken !== false) { if ($accessToken !== false) {