Update html.form.class.php

This commit is contained in:
Laurent Destailleur 2020-09-02 18:08:08 +02:00 committed by GitHub
parent 7b91c8efc8
commit de3e818ccf
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -7992,7 +7992,7 @@ class Form
$result = $formmail->fetchAllEMailTemplate($modelType, $user, $langs);
if ($result > 0) {
if($default) $TModels[0] = $langs->trans('DefaultMailModel');
if ($default) $TModels[0] = $langs->trans('DefaultMailModel');
foreach ($formmail->lines_model as $model){
$TModels[$model->id] = $model->label;
}