summaryrefslogtreecommitdiff
path: root/plugins/Authentication
diff options
context:
space:
mode:
authorCraig Andrews <candrews@integralblue.com>2009-11-11 14:04:32 -0500
committerCraig Andrews <candrews@integralblue.com>2009-11-11 14:04:44 -0500
commitb43866d9aab10574ec215eea059ab54e5be38841 (patch)
treeec9652115c9aaf9b011a0ca9f9e4bad007960e6e /plugins/Authentication
parent014d6b1d19b6ae5de8d87f055397993f80579f74 (diff)
Correct stupid spelling errors
Diffstat (limited to 'plugins/Authentication')
-rw-r--r--plugins/Authentication/AuthenticationPlugin.php2
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){