mirror of
https://github.com/pfsense/pfsense.git
synced 2025-10-26 11:38:35 +00:00
Correct typo.
This commit is contained in:
parent
cccf624bc0
commit
70720671a1
@ -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();
|
||||
|
||||
Loading…
Reference in New Issue
Block a user