mirror of
https://bitbucket.org/jsuto/piler.git
synced 2024-11-07 23:31:58 +01:00
fixed a typo in model/userr/auth.php
This commit is contained in:
parent
15938f6510
commit
f7d9556b84
@ -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);
|
||||
}
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user