diff options
author | tailor <cygnus@janrain.com> | 2008-06-05 20:16:21 +0000 |
---|---|---|
committer | tailor <cygnus@janrain.com> | 2008-06-05 20:16:21 +0000 |
commit | 80c81fa2d9b330cd1b9c192b9259233e00304899 (patch) | |
tree | c6f64c4b107cf499f399a14bec0616b2a75cc2a5 /Auth | |
parent | a40cb87199be578c1d3bc4ecaa1223c11569a459 (diff) | |
download | php-openid-80c81fa2d9b330cd1b9c192b9259233e00304899.zip php-openid-80c81fa2d9b330cd1b9c192b9259233e00304899.tar.gz php-openid-80c81fa2d9b330cd1b9c192b9259233e00304899.tar.bz2 |
[project @ Auth_OpenID_getAllowedReturnURLs: use fetcher parameter in call to getServiceEndpoints]
Diffstat (limited to 'Auth')
-rw-r--r-- | Auth/OpenID/TrustRoot.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Auth/OpenID/TrustRoot.php b/Auth/OpenID/TrustRoot.php index fbe8921..07f43c6 100644 --- a/Auth/OpenID/TrustRoot.php +++ b/Auth/OpenID/TrustRoot.php @@ -400,7 +400,7 @@ function Auth_OpenID_getAllowedReturnURLs($relying_party_url, &$fetcher, list($rp_url_after_redirects, $endpoints) = Auth_Yadis_getServiceEndpoints($relying_party_url, $xrds_parse_cb, - $discover_function); + $discover_function, $fetcher); if ($rp_url_after_redirects != $relying_party_url) { // Verification caused a redirect |