fix last commit (#2679)

This commit is contained in:
Thomas NOEL 2012-11-12 14:56:56 +01:00
parent 69fec196d4
commit 95a3099eae

View File

@ -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);