From 3df6d458838116ae64ec7fdee4004c4b5117194b Mon Sep 17 00:00:00 2001 From: Seth Mos Date: Tue, 10 Mar 2009 16:32:44 +0100 Subject: More tree unbreaking. Damn, I thought I tested this. Maybe I really can't type as well as I think I can. --- usr/local/www/system_gateways.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'usr/local') diff --git a/usr/local/www/system_gateways.php b/usr/local/www/system_gateways.php index 3e7640e..7255c5d 100755 --- a/usr/local/www/system_gateways.php +++ b/usr/local/www/system_gateways.php @@ -43,7 +43,7 @@ require("guiconfig.inc"); $a_gateways = return_gateways_array(); $a_gateways_arr = array(); foreach($a_gateways as $gw) { - a_gateways_arr[] = $gw; + $a_gateways_arr[] = $gw; } $a_gateways = $a_gateways_arr; $changedesc = "Gateways: "; -- cgit v1.1