Skip to content
Snippets Groups Projects
Commit 80357427 authored by Florian Henry's avatar Florian Henry
Browse files

FIX fetchAllEMailTemplate

parent 23bb2eaf
No related branches found
No related tags found
No related merge requests found
......@@ -334,7 +334,7 @@ class FormMail extends Form
$out.= '   ';
$out.= '</div>';
}
$out.= '<table class="border" width="100%">'."\n";
......@@ -894,7 +894,7 @@ class FormMail extends Form
$line->id=$obj->rowid;
$line->label=$obj->label;
$line->topic=$obj->topic;
$line->content=$obj->lacontentbel;
$line->content=$obj->content;
$line->lang=$obj->lang;
$this->lines_model[]=$line;
}
......
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