diff --git a/usr/local/www/load_balancer_pool_edit.php b/usr/local/www/load_balancer_pool_edit.php index dad703def3..015339b981 100755 --- a/usr/local/www/load_balancer_pool_edit.php +++ b/usr/local/www/load_balancer_pool_edit.php @@ -101,7 +101,7 @@ if ($_POST) { } foreach($ifdescrs as $iface) { if($config[$iface]['gateway'] == $_POST['gateway']) - $input_errors[] = "{$config[$iface]['gateway']} is currently being referenced by an interface ip address."; + $input_errors[] = "{$_POST['gateway']} is currently being referenced by an interface ip address."; } }