From 482961e3a55f86c5d1b7ecded5fd94bd855ad645 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ermal=20Lu=E7i?= Date: Sun, 26 Apr 2009 15:14:07 +0000 Subject: Fix typo to correctly load interface groups on startup. --- etc/inc/interfaces.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/etc/inc/interfaces.inc b/etc/inc/interfaces.inc index 17bef74..07d1be6 100644 --- a/etc/inc/interfaces.inc +++ b/etc/inc/interfaces.inc @@ -1957,7 +1957,7 @@ function interfaces_group_setup() { if (!is_array($config['ifgroups']['ifgroupentry'])) return; - foreach ($config['ifgroups']['ifgroupentry'] as $grouppar) + foreach ($config['ifgroups']['ifgroupentry'] as $groupar) interface_group_setup($groupar); return; -- cgit v1.1