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

fix typo

parent a5ba7c66
No related branches found
No related tags found
No related merge requests found
......@@ -291,6 +291,7 @@ class FormMail extends Form
foreach($this->lines_model as $line) {
$modelmail_array[$line->id]=$line->label;
}
var_dump($modelmail_array);
if (count($modelmail_array>0)) {
$out.= '<table class="nobordernopadding" width="100%"><tr><td width="20%">'."\n";
$out.= $langs->trans('SelectMailModel').':'.$this->selectarray('modelmailselected', $modelmail_array,$model_id);
......@@ -857,12 +858,11 @@ class FormMail extends Form
}
}
class ModelMailLine
class ModelMailLine
{
public $id;
public $label;
public $topic;
public $content;
public $lang;
}
}
\ No newline at end of file
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