(legacy) fix empty message box in services_unbound_acls.php

This commit is contained in:
Ad Schellevis 2015-07-24 08:06:15 +00:00
parent a56a7a8385
commit 847b6fffc6

View File

@ -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");
<div class="row">
<?php
if (!$savemsg)
$savemsg = "";
if (isset($input_errors) && count($input_errors) > 0)
print_input_errors($input_errors);