summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authortailor <cygnus@janrain.com>2007-02-06 20:16:17 +0000
committertailor <cygnus@janrain.com>2007-02-06 20:16:17 +0000
commit2ea8440842c27a4c6f317b09ac88310372019549 (patch)
tree830ff8cbc866e7b9f37a6eaff2453f6141dd3262
parentade56d554a4a288eca2ff30de5d18c0632187e99 (diff)
downloadphp-openid-2ea8440842c27a4c6f317b09ac88310372019549.zip
php-openid-2ea8440842c27a4c6f317b09ac88310372019549.tar.gz
php-openid-2ea8440842c27a4c6f317b09ac88310372019549.tar.bz2
[project @ Update unsupported association type message]
-rw-r--r--Auth/OpenID/Association.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/Auth/OpenID/Association.php b/Auth/OpenID/Association.php
index 7ea0b27..89bc0cd 100644
--- a/Auth/OpenID/Association.php
+++ b/Auth/OpenID/Association.php
@@ -128,7 +128,7 @@ class Auth_OpenID_Association {
{
if (!in_array($assoc_type,
Auth_OpenID_getSupportedAssociationTypes())) {
- $fmt = 'HMAC-SHA1 is the only supported association type (got %s)';
+ $fmt = 'Unsupported association type (%s)';
trigger_error(sprintf($fmt, $assoc_type), E_USER_ERROR);
}