Skip to content

Commit 6da2684

Browse files
author
Till Brehm
committed
Fixes #4924 Email transport type disappeared
. Thank's to Oliver for the fix.
1 parent cee6f9f commit 6da2684

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

interface/web/mail/mail_transport_edit.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ function onShowEnd() {
107107
}
108108
}
109109
$rec["type"] = $type_select;
110-
$app->tpl->setVar($rec, null, true);
110+
$app->tpl->setVar($rec);
111111
unset($type);
112112
unset($types);
113113

0 commit comments

Comments
 (0)