From 26d3d7789d327421a365154e797d270739153468 Mon Sep 17 00:00:00 2001 From: Alex Bilbie Date: Fri, 6 Jul 2012 19:22:48 +0100 Subject: [PATCH] Renamed checkAuthoriseParams function to checkClientAuthoriseParams --- src/oauth2server/Server.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/oauth2server/Server.php b/src/oauth2server/Server.php index 31bed001..fa0407fb 100644 --- a/src/oauth2server/Server.php +++ b/src/oauth2server/Server.php @@ -65,7 +65,7 @@ class Server * @param array $authParams Optional array of parsed $_GET keys * @return array Authorise request parameters */ - public function checkAuthoriseParams(array $authParams = null) + public function checkClientAuthoriseParams(array $authParams = null) { $params = array();