From 18ad2067a15fb761adece4ed489c9d51e33194a1 Mon Sep 17 00:00:00 2001 From: Alex Bilbie Date: Tue, 31 Jul 2012 15:52:02 +0100 Subject: [PATCH] SQL clarrification --- src/Oauth2/Authentication/Database.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Oauth2/Authentication/Database.php b/src/Oauth2/Authentication/Database.php index 755e7182..ede5942d 100644 --- a/src/Oauth2/Authentication/Database.php +++ b/src/Oauth2/Authentication/Database.php @@ -119,7 +119,7 @@ interface Database * Database query: * * - * SELECT * FROM oauth_sessions WHERE client_id = $clientID AND + * SELECT id FROM oauth_sessions WHERE client_id = $clientID AND * redirect_uri = $redirectUri AND auth_code = $authCode * *