summaryrefslogtreecommitdiffstats
path: root/Auth/OpenID/DumbStore.php
diff options
context:
space:
mode:
Diffstat (limited to 'Auth/OpenID/DumbStore.php')
-rw-r--r--Auth/OpenID/DumbStore.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/Auth/OpenID/DumbStore.php b/Auth/OpenID/DumbStore.php
index e8f29ac..b79bf65 100644
--- a/Auth/OpenID/DumbStore.php
+++ b/Auth/OpenID/DumbStore.php
@@ -50,7 +50,7 @@ class Auth_OpenID_DumbStore extends Auth_OpenID_OpenIDStore {
* @param string secret_phrase The phrase used to create the auth
* key returned by getAuthKey
*/
- function Auth_OpenID_DumbStore($secret_phrase)
+ function __construct($secret_phrase)
{
$this->auth_key = Auth_OpenID_SHA1($secret_phrase);
}