Illegal operands are not a good idea.

This commit is contained in:
Jeroen van Meeuwen (Kolab Systems) 2011-06-15 14:12:56 -05:00
parent 625e8f4f05
commit 6de3f3666e

View file

@ -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');