summaryrefslogtreecommitdiffstats
path: root/Auth
diff options
context:
space:
mode:
authortailor <cygnus@janrain.com>2006-08-24 23:13:41 +0000
committertailor <cygnus@janrain.com>2006-08-24 23:13:41 +0000
commit3debd62a40997ba61de8b31318c3a2133337f20f (patch)
tree6123d1c93897cd4021c53e7ab7a34c199fc0197f /Auth
parent66920764aa820dbc8275b3e3f42aa8d6c8b7453f (diff)
downloadphp-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.php2
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);