summaryrefslogtreecommitdiffstats
path: root/Auth
diff options
context:
space:
mode:
authortailor <cygnus@janrain.com>2008-01-16 18:42:39 +0000
committertailor <cygnus@janrain.com>2008-01-16 18:42:39 +0000
commit1190765378a4268713f78dce5c7d6d5199ae89e4 (patch)
treecec330d56fbbbeef3f597b6744143d9382e68953 /Auth
parent8c4eb42f62c3f12b770a65f216c39e590b979b38 (diff)
downloadphp-openid-1190765378a4268713f78dce5c7d6d5199ae89e4.zip
php-openid-1190765378a4268713f78dce5c7d6d5199ae89e4.tar.gz
php-openid-1190765378a4268713f78dce5c7d6d5199ae89e4.tar.bz2
[project @ Auth_OpenID_AX_FetchResponse::getExtensionArgs takes request by value, defaults to null]
Diffstat (limited to 'Auth')
-rw-r--r--Auth/OpenID/AX.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/Auth/OpenID/AX.php b/Auth/OpenID/AX.php
index b90493e..d183c44 100644
--- a/Auth/OpenID/AX.php
+++ b/Auth/OpenID/AX.php
@@ -806,7 +806,7 @@ class Auth_OpenID_AX_FetchResponse extends Auth_OpenID_AX_KeyValueMessage {
* arguments that represent this fetch_response, or
* Auth_OpenID_AX_Error on error.
*/
- function getExtensionArgs(&$request)
+ function getExtensionArgs($request=null)
{
$aliases = new Auth_OpenID_NamespaceMap();