summaryrefslogtreecommitdiffstats
path: root/Auth/OpenID/Association.php
diff options
context:
space:
mode:
Diffstat (limited to 'Auth/OpenID/Association.php')
-rw-r--r--Auth/OpenID/Association.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/Auth/OpenID/Association.php b/Auth/OpenID/Association.php
index 2729138..47eac84 100644
--- a/Auth/OpenID/Association.php
+++ b/Auth/OpenID/Association.php
@@ -128,7 +128,7 @@ class Auth_OpenID_Association {
* this time is 'HMAC-SHA1' and 'HMAC-SHA256', but new types may
* be defined in the future.
*/
- function Auth_OpenID_Association(
+ function __construct(
$handle, $secret, $issued, $lifetime, $assoc_type)
{
if (!in_array($assoc_type,
@@ -523,7 +523,7 @@ function Auth_OpenID_getEncryptedNegotiator()
* @package OpenID
*/
class Auth_OpenID_SessionNegotiator {
- function Auth_OpenID_SessionNegotiator($allowed_types)
+ function __construct($allowed_types)
{
$this->allowed_types = array();
$this->setAllowedTypes($allowed_types);