From 4abe7e7dda31bf471a772ad3ed10b0515b9dd1fd Mon Sep 17 00:00:00 2001 From: Alex Bilbie Date: Mon, 30 Jul 2012 12:10:22 +0100 Subject: [PATCH] Spelling fix --- src/Oauth2/Authentication/Server.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Oauth2/Authentication/Server.php b/src/Oauth2/Authentication/Server.php index a7b1ac9a..bb381c79 100644 --- a/src/Oauth2/Authentication/Server.php +++ b/src/Oauth2/Authentication/Server.php @@ -424,7 +424,7 @@ class Server // request_uri $sessionId = $this->db->validateAuthCode( $params['client_id'], - $params['request_uri'], + $params['redirect_uri'], $params['code'] );