diff options
author | Craig Andrews <candrews@integralblue.com> | 2009-11-11 14:04:32 -0500 |
---|---|---|
committer | Craig Andrews <candrews@integralblue.com> | 2009-11-11 14:04:44 -0500 |
commit | b43866d9aab10574ec215eea059ab54e5be38841 (patch) | |
tree | ec9652115c9aaf9b011a0ca9f9e4bad007960e6e /plugins/Authentication/AuthenticationPlugin.php | |
parent | 014d6b1d19b6ae5de8d87f055397993f80579f74 (diff) |
Correct stupid spelling errors
Diffstat (limited to 'plugins/Authentication/AuthenticationPlugin.php')
-rw-r--r-- | plugins/Authentication/AuthenticationPlugin.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/Authentication/AuthenticationPlugin.php b/plugins/Authentication/AuthenticationPlugin.php index ef78c7ce4..e3e55fea6 100644 --- a/plugins/Authentication/AuthenticationPlugin.php +++ b/plugins/Authentication/AuthenticationPlugin.php @@ -107,7 +107,7 @@ abstract class AuthenticationPlugin extends Plugin parent::__construct(); } - function StartCheckPassword($nickname, $password, &$authenticatedUser){ + function onStartCheckPassword($nickname, $password, &$authenticatedUser){ if($this->password_changeable){ $authenticated = $this->checkPassword($nickname, $password); if($authenticated){ |