diff options
author | tailor <cygnus@janrain.com> | 2007-04-03 00:20:20 +0000 |
---|---|---|
committer | tailor <cygnus@janrain.com> | 2007-04-03 00:20:20 +0000 |
commit | 5c6834cc0e12d3d53695c64f3bf40a273aff7fe3 (patch) | |
tree | eeef34a1a533b4a182554e846a24abbb72c45001 | |
parent | c2bd1d72782e1a9c115e7e2c3511d52e5ad40052 (diff) | |
download | php-openid-5c6834cc0e12d3d53695c64f3bf40a273aff7fe3.zip php-openid-5c6834cc0e12d3d53695c64f3bf40a273aff7fe3.tar.gz php-openid-5c6834cc0e12d3d53695c64f3bf40a273aff7fe3.tar.bz2 |
[project @ Alignment nit]
-rw-r--r-- | Auth/OpenID/Consumer.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Auth/OpenID/Consumer.php b/Auth/OpenID/Consumer.php index 3746b3f..c98fd3f 100644 --- a/Auth/OpenID/Consumer.php +++ b/Auth/OpenID/Consumer.php @@ -288,7 +288,7 @@ class Auth_OpenID_Consumer { $session_key_prefix) { return new Auth_Yadis_Discovery($session, $openid_url, - $session_key_prefix); + $session_key_prefix); } /** |