Correct stupid spelling errors

This commit is contained in:
Craig Andrews 2009-11-11 14:04:32 -05:00
parent 014d6b1d19
commit b43866d9aa
2 changed files with 2 additions and 2 deletions

View File

@ -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){

View File

@ -34,7 +34,7 @@ if (!defined('STATUSNET') && !defined('LACONICA')) {
require_once INSTALLDIR.'/plugins/Authentication/AuthenticationPlugin.php';
require_once 'Net/LDAP2.php';
class LdapAuthenticatonPlugin extends AuthenticationPlugin
class LdapAuthenticationPlugin extends AuthenticationPlugin
{
public $host=null;
public $port=null;