forked from extern/egroupware
switch error message after failure from level waring to error, so the error-message sticks
This commit is contained in:
parent
bdba288048
commit
f3979fac84
@ -384,7 +384,7 @@ class mail_compose
|
|||||||
}
|
}
|
||||||
if ($sendOK == false)
|
if ($sendOK == false)
|
||||||
{
|
{
|
||||||
egw_framework::message(lang('Message send failed: %1',$message),'warning');// maybe error is more appropriate
|
egw_framework::message(lang('Message send failed: %1',$message),'error');// maybe error is more appropriate
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
if ($_content['button']['saveAsDraft']||$_content['button']['saveAsDraftAndPrint'])
|
if ($_content['button']['saveAsDraft']||$_content['button']['saveAsDraftAndPrint'])
|
||||||
|
Loading…
Reference in New Issue
Block a user