fix undefined variable in hosting-plans frontend, fixes #742

Signed-off-by: Michael Kaufmann <d00p@froxlor.org>
This commit is contained in:
Michael Kaufmann
2019-10-28 20:06:14 +01:00
parent 822bb2bd4d
commit c0e07fd659

View File

@@ -289,6 +289,7 @@ if ($page == '' || $page == 'overview') {
$result['customernumber'] = null;
$result['custom_notes'] = null;
$result['custom_notes_show'] = null;
$result['api_allowed'] = null;
$hosting_plans = null;
$admin_select_cnt = null;
$admin_select = null;