Make sure that once the user name is set, we actually continue
This commit is contained in:
parent
7333082dd8
commit
42ecb43629
1 changed files with 2 additions and 1 deletions
|
@ -371,7 +371,8 @@ class kolab_auth_ldap extends rcube_ldap_generic
|
|||
if (!$user) {
|
||||
$user = $_SESSION['username'];
|
||||
}
|
||||
else if (isset($this->icache[$user])) {
|
||||
|
||||
if (isset($this->icache[$user])) {
|
||||
list($user, $dc) = $this->icache[$user];
|
||||
}
|
||||
else {
|
||||
|
|
Loading…
Add table
Reference in a new issue