Skip to content
Snippets Groups Projects
Commit 6da26846 authored by Till Brehm's avatar Till Brehm
Browse files

Fixes #4924 Email transport type disappeared

. Thank's to Oliver for the fix.
parent cee6f9f9
No related branches found
No related tags found
No related merge requests found
...@@ -107,7 +107,7 @@ class page_action extends tform_actions { ...@@ -107,7 +107,7 @@ class page_action extends tform_actions {
} }
} }
$rec["type"] = $type_select; $rec["type"] = $type_select;
$app->tpl->setVar($rec, null, true); $app->tpl->setVar($rec);
unset($type); unset($type);
unset($types); unset($types);
......
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