summaryrefslogtreecommitdiffstats
path: root/Auth
diff options
context:
space:
mode:
authortailor <cygnus@cprogrammer.org>2007-11-13 01:30:42 +0000
committertailor <cygnus@cprogrammer.org>2007-11-13 01:30:42 +0000
commit5203594829f55e334f75f29adfab4f2ccc06bb4e (patch)
treeab1e7afba6b98a331c29572608c8e7c50e945c33 /Auth
parent1bcb0af7df31c20817a7f3374a16c496c8310266 (diff)
downloadphp-openid-5203594829f55e334f75f29adfab4f2ccc06bb4e.zip
php-openid-5203594829f55e334f75f29adfab4f2ccc06bb4e.tar.gz
php-openid-5203594829f55e334f75f29adfab4f2ccc06bb4e.tar.bz2
[project @ Make setAllowedTypes make sure that the association types and session types are allowed by OpenID]
Diffstat (limited to 'Auth')
-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 16c83bf..b77ac84 100644
--- a/Auth/OpenID/Association.php
+++ b/Auth/OpenID/Association.php
@@ -518,7 +518,7 @@ function &Auth_OpenID_getEncryptedNegotiator()
class Auth_OpenID_SessionNegotiator {
function Auth_OpenID_SessionNegotiator($allowed_types)
{
- $this->allowed_types = $allowed_types;
+ $this->setAllowedTypes($allowed_types);
}
/**