0
0
mirror of https://github.com/postfixadmin/postfixadmin.git synced 2024-09-19 19:22:14 +02:00

see: https://github.com/postfixadmin/postfixadmin/issues/432 - add/fix missing template variable "domain_selected"

This commit is contained in:
David Goodwin 2021-01-21 20:52:28 +00:00
parent 60bb833632
commit b4a475c185

View File

@ -157,6 +157,7 @@ if (safeget('output') == 'csv') {
$smarty->assign('formconf', $formconf);
$smarty->assign('search', $search);
$smarty->assign('searchmode', $searchmode);
$smarty->assign('domain_selected', 'invalid'); /* stop list-virtual.tpl triggering a PHP notice */
$smarty->display('index.tpl');
}