summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/OAuth2/Controller/AuthorizeController.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/OAuth2/Controller/AuthorizeController.php b/src/OAuth2/Controller/AuthorizeController.php
index 1f33b1e..185fc70 100644
--- a/src/OAuth2/Controller/AuthorizeController.php
+++ b/src/OAuth2/Controller/AuthorizeController.php
@@ -227,7 +227,7 @@ class OAuth2_Controller_AuthorizeController implements OAuth2_Controller_Authori
*
* @see http://tools.ietf.org/html/rfc6749#section-3.1.2
*/
- private function validateRedirectUri($inputUri, $registeredUriString)
+ protected function validateRedirectUri($inputUri, $registeredUriString)
{
if (!$inputUri || !$registeredUriString) {
return false; // if either one is missing, assume INVALID