diff --git a/src/www/services_unbound_acls.php b/src/www/services_unbound_acls.php index 9b949d25b..58ae0330d 100644 --- a/src/www/services_unbound_acls.php +++ b/src/www/services_unbound_acls.php @@ -90,7 +90,7 @@ if ($act == "edit") { } if ($_POST) { - unset($input_errors); + $input_errors = array(); $pconfig = $_POST; if ($_POST['apply']) { @@ -186,9 +186,6 @@ include("head.inc");