fixed a typo in model/userr/auth.php

This commit is contained in:
SJ 2012-10-06 21:35:22 +02:00
parent 15938f6510
commit f7d9556b84

View File

@ -21,7 +21,7 @@ class ModelUserAuth extends Model {
}
if($ok == 0 && strlen($query->row['dn']) > 3) {
$ok = $this->checkLoginAgainstLDAP($query->row, $password); }
$ok = $this->checkLoginAgainstLDAP($query->row, $password);
}