mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-15 04:24:41 +01:00
* All apps: async notifications were not using SMTP only account, but personal one with unavailable session password
This commit is contained in:
parent
7428354884
commit
15927535a1
@ -1487,7 +1487,7 @@ class Account implements \ArrayAccess
|
||||
{
|
||||
$account = new Account($params);
|
||||
}
|
||||
catch (Exception $x)
|
||||
catch (\Exception $x)
|
||||
{
|
||||
unset($x);
|
||||
continue;
|
||||
|
Loading…
Reference in New Issue
Block a user