Illegal operands are not a good idea.
This commit is contained in:
parent
625e8f4f05
commit
6de3f3666e
1 changed files with 2 additions and 2 deletions
|
@ -51,8 +51,8 @@ class rcube_kolab
|
|||
}
|
||||
|
||||
// Re-set LDAP/IMAP host config
|
||||
$conf['kolab']['ldap'] += array('server' => 'ldap://' . $_SESSION['imap_host'] . ':389');
|
||||
$conf['kolab']['imap'] += array('server' => $_SESSION['imap_host'], 'port' => $_SESSION['imap_port']);
|
||||
$conf['kolab']['ldap'] = array('server' => 'ldap://' . $_SESSION['imap_host'] . ':389');
|
||||
$conf['kolab']['imap'] = array('server' => $_SESSION['imap_host'], 'port' => $_SESSION['imap_port']);
|
||||
|
||||
// pass the current IMAP authentication credentials to the Horde auth system
|
||||
self::$horde_auth = Auth::singleton('kolab');
|
||||
|
|
Loading…
Add table
Reference in a new issue