diff options
author | tailor <cygnus@janrain.com> | 2006-08-24 23:13:41 +0000 |
---|---|---|
committer | tailor <cygnus@janrain.com> | 2006-08-24 23:13:41 +0000 |
commit | 3debd62a40997ba61de8b31318c3a2133337f20f (patch) | |
tree | 6123d1c93897cd4021c53e7ab7a34c199fc0197f /Auth | |
parent | 66920764aa820dbc8275b3e3f42aa8d6c8b7453f (diff) | |
download | php-openid-3debd62a40997ba61de8b31318c3a2133337f20f.zip php-openid-3debd62a40997ba61de8b31318c3a2133337f20f.tar.gz php-openid-3debd62a40997ba61de8b31318c3a2133337f20f.tar.bz2 |
[project @ Cleanup]
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 51ebb6b..8edc83e 100644 --- a/Auth/OpenID/Server.php +++ b/Auth/OpenID/Server.php @@ -494,7 +494,7 @@ class Auth_OpenID_AssociateRequest extends Auth_OpenID_Request { if ($session === null) { return new Auth_OpenID_ServerError($query, - "Error parsing $session_type session"); + "Error parsing $session_type session"); } return new Auth_OpenID_AssociateRequest($session); |