diff options
author | tailor <cygnus@janrain.com> | 2007-03-06 22:27:27 +0000 |
---|---|---|
committer | tailor <cygnus@janrain.com> | 2007-03-06 22:27:27 +0000 |
commit | eb308abef06912899f7b1d4bb02b1877b028ee14 (patch) | |
tree | 6ea4cfea5fe36944c98f2000686aa9e081e5bab6 /Auth | |
parent | 157fdb1041f270f6e0c25489a7d0e17379401718 (diff) | |
download | php-openid-eb308abef06912899f7b1d4bb02b1877b028ee14.zip php-openid-eb308abef06912899f7b1d4bb02b1877b028ee14.tar.gz php-openid-eb308abef06912899f7b1d4bb02b1877b028ee14.tar.bz2 |
[project @ Add VerifyDisco tests from python library]
Diffstat (limited to 'Auth')
-rw-r--r-- | Auth/OpenID/Consumer.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Auth/OpenID/Consumer.php b/Auth/OpenID/Consumer.php index afb8350..2ab5696 100644 --- a/Auth/OpenID/Consumer.php +++ b/Auth/OpenID/Consumer.php @@ -818,7 +818,7 @@ class Auth_OpenID_GenericConsumer { return null; } - function _verifyDiscoveryResults($message, $endpoint) + function _verifyDiscoveryResults($message, $endpoint=null) { if ($message->getOpenIDNamespace() == Auth_OpenID_OPENID2_NS) { return $this->_verifyDiscoveryResultsOpenID2($message, |