From e7bbeb93dc6d56d81c83013e701b97f25852ddab Mon Sep 17 00:00:00 2001 From: Ralf Becker Date: Mon, 4 Jul 2016 15:07:18 +0200 Subject: [PATCH] * Univention: fix not working 16.1 install in UCS: Account not found! (acc_id=1) --- api/src/Accounts/Univention.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api/src/Accounts/Univention.php b/api/src/Accounts/Univention.php index e6bae1b139..6750074123 100644 --- a/api/src/Accounts/Univention.php +++ b/api/src/Accounts/Univention.php @@ -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'));