diff options
author | Ermal Luçi <eri@pfsense.org> | 2008-07-25 20:29:10 +0000 |
---|---|---|
committer | Ermal Luçi <eri@pfsense.org> | 2008-07-25 20:29:10 +0000 |
commit | 70720671a14c88eedb9ec7d84ca3ae94dd3443ea (patch) | |
tree | 896a99e89600de29f8b7f805bd3d533c4487b25d /etc | |
parent | cccf624bc0a4b6c86693b0679f404763e8313fc4 (diff) | |
download | pfsense-70720671a14c88eedb9ec7d84ca3ae94dd3443ea.zip pfsense-70720671a14c88eedb9ec7d84ca3ae94dd3443ea.tar.gz |
Correct typo.
Diffstat (limited to 'etc')
-rw-r--r-- | etc/inc/interfaces.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/inc/interfaces.inc b/etc/inc/interfaces.inc index 2033607..a9aab5d 100644 --- a/etc/inc/interfaces.inc +++ b/etc/inc/interfaces.inc @@ -140,7 +140,7 @@ function interface_bridge_configure(&$bridge) { return -1; $members = explode(',', $bridge['members']); - if (!count(members)) + if (!count($members)) return -1; $checklist = get_configured_interface_list(); |