mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-01-23 06:18:55 +01:00
* 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;
|
$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