Skip to content
Snippets Groups Projects
Commit 02784c89 authored by Laurent Destailleur's avatar Laurent Destailleur
Browse files

Merge pull request #4153 from FHenry/3.8

FIX : Bug: $this is not accessible Mailing::libStatutDest #4050
parents 7d7a978b 955fad91
No related branches found
No related tags found
No related merge requests found
......@@ -556,11 +556,11 @@ class Mailing extends CommonObject
if ($mode == 0)
{
return $langs->trans($this->statut_dest[$statut]);
return $langs->trans('MailingStatusError');
}
if ($mode == 1)
{
return $langs->trans($this->statut_dest[$statut]);
return $langs->trans('MailingStatusSent');
}
if ($mode == 2)
{
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment