diff options
author | tailor <cygnus@janrain.com> | 2007-02-05 21:36:23 +0000 |
---|---|---|
committer | tailor <cygnus@janrain.com> | 2007-02-05 21:36:23 +0000 |
commit | 09c938bfd1d7ae7d30596a143803f02e4f501b07 (patch) | |
tree | 22da1385a41d95f4fbd409aa5f6efc88264b1b2e /Auth | |
parent | 2e758e68eb03ea8bee49c72c790fa3a782641384 (diff) | |
download | php-openid-09c938bfd1d7ae7d30596a143803f02e4f501b07.zip php-openid-09c938bfd1d7ae7d30596a143803f02e4f501b07.tar.gz php-openid-09c938bfd1d7ae7d30596a143803f02e4f501b07.tar.bz2 |
[project @ Fix PHP4 syntax error]
Diffstat (limited to 'Auth')
-rw-r--r-- | Auth/OpenID/Server.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Auth/OpenID/Server.php b/Auth/OpenID/Server.php index 5a0ff54..3dbf194 100644 --- a/Auth/OpenID/Server.php +++ b/Auth/OpenID/Server.php @@ -663,7 +663,7 @@ class Auth_OpenID_CheckIDRequest extends Auth_OpenID_Request { function Auth_OpenID_CheckIDRequest($identity, $return_to, $trust_root = null, $immediate = false, - $assoc_handle = null, &$server = null) + $assoc_handle = null, $server = null) { $this->namespace = Auth_OpenID_OPENID2_NS; $this->assoc_handle = $assoc_handle; |