* App apps: async notifications were not using SMTP only account, but personal one with unavailable session password

This commit is contained in:
Ralf Becker 2016-09-02 18:11:02 +02:00
parent c3583dbb3c
commit 4a25a4a1d3

View File

@ -1502,7 +1502,7 @@ class Account implements \ArrayAccess
{
$account = new Account($params);
}
catch (Exception $x)
catch (\Exception $x)
{
unset($x);
continue;