mirror of
https://github.com/pfsense/pfsense.git
synced 2025-10-26 11:38:35 +00:00
fix last commit (#2679)
This commit is contained in:
parent
69fec196d4
commit
95a3099eae
@ -103,7 +103,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