mirror of
https://github.com/pfsense/pfsense.git
synced 2025-10-26 11:38:35 +00:00
Fix typo
This commit is contained in:
parent
c4d83bf810
commit
263aeb4b15
@ -592,7 +592,7 @@ function get_configured_interface_list($only_opt = false, $withdisabled = false)
|
||||
|
||||
$iflist = array();
|
||||
|
||||
if(!$is_array['interfaces'])
|
||||
if(!is_array($config['interfaces']))
|
||||
$config = parse_config(true);
|
||||
|
||||
/* if list */
|
||||
|
||||
Loading…
Reference in New Issue
Block a user