correcting variable name, now really fixes #1264

Signed-off-by: Michael Kaufmann (d00p) <d00p@froxlor.org>
This commit is contained in:
Michael Kaufmann (d00p)
2013-09-19 08:04:25 +02:00
parent 005dfac926
commit 46e260fc91

View File

@@ -834,7 +834,7 @@ if($page == 'domains'
if (isset($_POST['isbinddomain'])) { if (isset($_POST['isbinddomain'])) {
$isbinddomain = (int)$_POST['isbinddomain']; $isbinddomain = (int)$_POST['isbinddomain'];
} else { } else {
$isbindomain = 0; $isbinddomain = 0;
} }
$zonefile = validate($_POST['zonefile'], 'zonefile'); $zonefile = validate($_POST['zonefile'], 'zonefile');
} }