mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-03-13 15:08:33 +01:00
give more details about possible error
This commit is contained in:
parent
009afc76e1
commit
2b925a44af
@ -1076,7 +1076,7 @@ class admin_mail
|
|||||||
catch (Horde_Imap_Client_Exception $e)
|
catch (Horde_Imap_Client_Exception $e)
|
||||||
{
|
{
|
||||||
_egw_log_exception($e);
|
_egw_log_exception($e);
|
||||||
$tpl->set_validation_error('acc_imap_admin_username', $msg=lang($e->getMessage()));
|
$tpl->set_validation_error('acc_imap_admin_username', $msg=lang($e->getMessage()).($e->details?', '.lang($e->details):''));
|
||||||
$msg_type = 'error';
|
$msg_type = 'error';
|
||||||
$content['tabs'] = 'admin.mailaccount.imap'; // should happen automatic
|
$content['tabs'] = 'admin.mailaccount.imap'; // should happen automatic
|
||||||
break;
|
break;
|
||||||
|
Loading…
Reference in New Issue
Block a user