diff options
author | tailor <cygnus@janrain.com> | 2008-01-29 05:43:57 +0000 |
---|---|---|
committer | tailor <cygnus@janrain.com> | 2008-01-29 05:43:57 +0000 |
commit | 43f0c12fe0e0eb6e9ecfc5fab8e285bc3d1b4dd9 (patch) | |
tree | 858041f874cb5d0579c2154dd2daf5e344d78375 /Auth | |
parent | 6d934bb91098f650fd6aefbf6e3d67af73e236e9 (diff) | |
download | php-openid-43f0c12fe0e0eb6e9ecfc5fab8e285bc3d1b4dd9.zip php-openid-43f0c12fe0e0eb6e9ecfc5fab8e285bc3d1b4dd9.tar.gz php-openid-43f0c12fe0e0eb6e9ecfc5fab8e285bc3d1b4dd9.tar.bz2 |
[project @ Fix reference-passing style for PHP 5]
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 f0be2d6..2921bea 100644 --- a/Auth/OpenID/TrustRoot.php +++ b/Auth/OpenID/TrustRoot.php @@ -356,7 +356,7 @@ function Auth_OpenID_getAllowedReturnURLs($relying_party_url, &$fetcher, list($rp_url_after_redirects, $endpoints) = Auth_OpenID_discoverWithYadis($relying_party_url, - &$fetcher, + $fetcher, 'Auth_OpenID_extractReturnURL', $discover_function); |