summaryrefslogtreecommitdiffstats
path: root/usr/local/www/system_gateways.php
diff options
context:
space:
mode:
Diffstat (limited to 'usr/local/www/system_gateways.php')
-rwxr-xr-xusr/local/www/system_gateways.php2
1 files changed, 1 insertions, 1 deletions
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: ";
OpenPOWER on IntegriCloud