typo in comment

This commit is contained in:
Ad Schellevis 2015-10-21 11:55:24 +02:00
parent 7a0e9eeb43
commit eb8c05dae1

View File

@ -77,7 +77,7 @@ class Local implements IAuthConnector
}
$passwd = crypt($password, (string)$userObject->password);
if ($passwd == (string)$userObject->password) {
// password ok, return successfully authen
// password ok, return successfully authentication
return true;
}
}