summaryrefslogtreecommitdiffstats
path: root/Auth/OpenID/PAPE.php
diff options
context:
space:
mode:
Diffstat (limited to 'Auth/OpenID/PAPE.php')
-rw-r--r--Auth/OpenID/PAPE.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/Auth/OpenID/PAPE.php b/Auth/OpenID/PAPE.php
index f08ca8b..a910fd6 100644
--- a/Auth/OpenID/PAPE.php
+++ b/Auth/OpenID/PAPE.php
@@ -37,7 +37,7 @@ class Auth_OpenID_PAPE_Request extends Auth_OpenID_Extension {
var $ns_alias = 'pape';
var $ns_uri = Auth_OpenID_PAPE_NS_URI;
- function Auth_OpenID_PAPE_Request($preferred_auth_policies=null,
+ function __construct($preferred_auth_policies=null,
$max_auth_age=null)
{
if ($preferred_auth_policies === null) {
@@ -161,7 +161,7 @@ class Auth_OpenID_PAPE_Response extends Auth_OpenID_Extension {
var $ns_alias = 'pape';
var $ns_uri = Auth_OpenID_PAPE_NS_URI;
- function Auth_OpenID_PAPE_Response($auth_policies=null, $auth_time=null,
+ function __construct($auth_policies=null, $auth_time=null,
$nist_auth_level=null)
{
if ($auth_policies) {