fix correct display of selected checkbox imap/pop3 when editing hosting plan
Signed-off-by: Michael Kaufmann (d00p) <d00p@froxlor.org>
This commit is contained in:
@@ -468,6 +468,9 @@ if ($page == '' || $page == 'overview') {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
$result['imap'] = $result['email_imap'];
|
||||||
|
$result['pop3'] = $result['email_pop3'];
|
||||||
|
|
||||||
// dummy to avoid unknown variables
|
// dummy to avoid unknown variables
|
||||||
$result['loginname'] = null;
|
$result['loginname'] = null;
|
||||||
$result['documentroot'] = null;
|
$result['documentroot'] = null;
|
||||||
@@ -487,8 +490,6 @@ if ($page == '' || $page == 'overview') {
|
|||||||
$result['custom_notes'] = null;
|
$result['custom_notes'] = null;
|
||||||
$result['custom_notes_show'] = null;
|
$result['custom_notes_show'] = null;
|
||||||
$hosting_plans = null;
|
$hosting_plans = null;
|
||||||
$result['imap'] = null;
|
|
||||||
$result['pop3'] = null;
|
|
||||||
$admin_select_cnt = null;
|
$admin_select_cnt = null;
|
||||||
$admin_select = null;
|
$admin_select = null;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user