forked from extern/egroupware
* Univention: fix not working 16.1 install in UCS: Account not found! (acc_id=1)
This commit is contained in:
parent
436ec9181f
commit
e7bbeb93dc
@ -87,7 +87,7 @@ class Univention extends Ldap
|
||||
}
|
||||
$hostname = $account->acc_imap_host;
|
||||
}
|
||||
catch(Exception $e) {
|
||||
catch(\Exception $e) {
|
||||
unset($e);
|
||||
}
|
||||
if (empty($hostname)) $hostname = trim(system('hostname -f'));
|
||||
|
Loading…
Reference in New Issue
Block a user