diff options
-rw-r--r-- | Auth/OpenID/Consumer.php | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/Auth/OpenID/Consumer.php b/Auth/OpenID/Consumer.php index 2647370..0c5ce82 100644 --- a/Auth/OpenID/Consumer.php +++ b/Auth/OpenID/Consumer.php @@ -1157,8 +1157,7 @@ class Auth_OpenID_GenericConsumer { return null; } - $val = $message->getArg(Auth_OpenID_OPENID_NS, - $k); + $val = $message->getAliasedArg($k); $check_args[$k] = $val; } } |