summaryrefslogtreecommitdiffstats
path: root/Auth/OpenID/MDB2Store.php
diff options
context:
space:
mode:
Diffstat (limited to 'Auth/OpenID/MDB2Store.php')
-rw-r--r--Auth/OpenID/MDB2Store.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/Auth/OpenID/MDB2Store.php b/Auth/OpenID/MDB2Store.php
index fb27d5c..9349702 100644
--- a/Auth/OpenID/MDB2Store.php
+++ b/Auth/OpenID/MDB2Store.php
@@ -62,7 +62,7 @@ class Auth_OpenID_MDB2Store extends Auth_OpenID_OpenIDStore {
* the name of the table used for storing nonces. The default
* value is 'oid_nonces'.
*/
- function Auth_OpenID_MDB2Store($connection,
+ function __construct($connection,
$associations_table = null,
$nonces_table = null)
{