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
2ae5097326
commit
d5a97279a7
@ -87,7 +87,7 @@ class Univention extends Ldap
|
|||||||
}
|
}
|
||||||
$hostname = $account->acc_imap_host;
|
$hostname = $account->acc_imap_host;
|
||||||
}
|
}
|
||||||
catch(Exception $e) {
|
catch(\Exception $e) {
|
||||||
unset($e);
|
unset($e);
|
||||||
}
|
}
|
||||||
if (empty($hostname)) $hostname = trim(system('hostname -f'));
|
if (empty($hostname)) $hostname = trim(system('hostname -f'));
|
||||||
|
Loading…
Reference in New Issue
Block a user