mirror of
https://github.com/pfsense/pfsense.git
synced 2025-10-26 11:38:35 +00:00
Fix variable reference, ticket #2679
This commit is contained in:
parent
3f00208a08
commit
1bceebd0ea
@ -118,7 +118,7 @@ function sort_by_ip($a, $b) {
|
||||
}
|
||||
|
||||
function build_port_info($portarr, $proto) {
|
||||
if (!portarr)
|
||||
if (!$portarr)
|
||||
return '';
|
||||
$ports = array();
|
||||
asort($portarr);
|
||||
|
||||
Loading…
Reference in New Issue
Block a user