switch error message after failure from level waring to error, so the error-message sticks

This commit is contained in:
Klaus Leithoff 2014-05-16 11:52:44 +00:00
parent bdba288048
commit f3979fac84

View File

@ -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'])