From 30cbce9c1e5cbaf609e986fb4a450db048cd99df Mon Sep 17 00:00:00 2001 From: Scott Ullrich Date: Mon, 24 Jul 2006 20:36:26 +0000 Subject: [PATCH] Actually show gateway in question and change a to an. --- usr/local/www/load_balancer_pool_edit.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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."; } }