summaryrefslogtreecommitdiffstats
path: root/Auth
diff options
context:
space:
mode:
authortailor <cygnus@janrain.com>2008-01-29 05:43:57 +0000
committertailor <cygnus@janrain.com>2008-01-29 05:43:57 +0000
commit43f0c12fe0e0eb6e9ecfc5fab8e285bc3d1b4dd9 (patch)
tree858041f874cb5d0579c2154dd2daf5e344d78375 /Auth
parent6d934bb91098f650fd6aefbf6e3d67af73e236e9 (diff)
downloadphp-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.php2
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);