Skip to content

Commit

Permalink
fix correct display of selected checkbox imap/pop3 when editing hosti…
Browse files Browse the repository at this point in the history
…ng plan

Signed-off-by: Michael Kaufmann (d00p) <[email protected]>
  • Loading branch information
d00p committed Feb 14, 2018
1 parent 6befe85 commit edd5ef0
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions admin_plans.php
Original file line number Diff line number Diff line change
Expand Up @@ -468,6 +468,9 @@
}
}

$result['imap'] = $result['email_imap'];
$result['pop3'] = $result['email_pop3'];

// dummy to avoid unknown variables
$result['loginname'] = null;
$result['documentroot'] = null;
Expand All @@ -487,8 +490,6 @@
$result['custom_notes'] = null;
$result['custom_notes_show'] = null;
$hosting_plans = null;
$result['imap'] = null;
$result['pop3'] = null;
$admin_select_cnt = null;
$admin_select = null;

Expand Down

0 comments on commit edd5ef0

Please sign in to comment.