aboutsummaryrefslogtreecommitdiff
path: root/vendors/php-openid/Auth/OpenID/TrustRoot.php
diff options
context:
space:
mode:
authorCash Costello <cash.costello@gmail.com>2011-12-11 13:47:35 -0500
committerCash Costello <cash.costello@gmail.com>2011-12-11 13:47:35 -0500
commit72c3e7ccdbb316c2a13c38183655d56b0548af59 (patch)
tree534c632a4b157523912b81ede708ae9c040988b8 /vendors/php-openid/Auth/OpenID/TrustRoot.php
parente26b464a2b05bda04f4c7efee79121866754a72f (diff)
downloadelgg-72c3e7ccdbb316c2a13c38183655d56b0548af59.tar.gz
elgg-72c3e7ccdbb316c2a13c38183655d56b0548af59.tar.bz2
added commit from php-openid fork for better PHP 5.3 support: https://github.com/kost/php-openid/commit/423d95ce64539891f492967c53e8e4effd5dd299
Diffstat (limited to 'vendors/php-openid/Auth/OpenID/TrustRoot.php')
-rw-r--r--vendors/php-openid/Auth/OpenID/TrustRoot.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/vendors/php-openid/Auth/OpenID/TrustRoot.php b/vendors/php-openid/Auth/OpenID/TrustRoot.php
index 000440b58..0f53958ed 100644
--- a/vendors/php-openid/Auth/OpenID/TrustRoot.php
+++ b/vendors/php-openid/Auth/OpenID/TrustRoot.php
@@ -413,7 +413,7 @@ function Auth_OpenID_getAllowedReturnURLs($relying_party_url, $fetcher,
}
call_user_func_array($discover_function,
- array($relying_party_url, &$fetcher));
+ array($relying_party_url, $fetcher));
$return_to_urls = array();
$matching_endpoints = Auth_OpenID_extractReturnURL($endpoints);