* Univention: fix not working 16.1 install in UCS: Account not found! (acc_id=1)

This commit is contained in:
Ralf Becker 2016-07-04 15:07:18 +02:00
parent 2ae5097326
commit d5a97279a7

View File

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