diff options
author | Cash Costello <cash.costello@gmail.com> | 2011-12-11 13:47:35 -0500 |
---|---|---|
committer | Cash Costello <cash.costello@gmail.com> | 2011-12-11 13:47:35 -0500 |
commit | 72c3e7ccdbb316c2a13c38183655d56b0548af59 (patch) | |
tree | 534c632a4b157523912b81ede708ae9c040988b8 /vendors/php-openid/Auth/Yadis/Yadis.php | |
parent | e26b464a2b05bda04f4c7efee79121866754a72f (diff) | |
download | elgg-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/Yadis/Yadis.php')
-rw-r--r-- | vendors/php-openid/Auth/Yadis/Yadis.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/vendors/php-openid/Auth/Yadis/Yadis.php b/vendors/php-openid/Auth/Yadis/Yadis.php index 9ea2db7f9..f8853671e 100644 --- a/vendors/php-openid/Auth/Yadis/Yadis.php +++ b/vendors/php-openid/Auth/Yadis/Yadis.php @@ -141,7 +141,7 @@ function Auth_Yadis_getServiceEndpoints($input_url, $xrds_parse_func, } $yadis_result = call_user_func_array($discover_func, - array($input_url, &$fetcher)); + array($input_url, $fetcher)); if ($yadis_result === null) { return array($input_url, array()); |