summaryrefslogtreecommitdiffstats
path: root/usr
diff options
context:
space:
mode:
authorThomas NOEL <tnoel@entrouvert.com>2012-11-12 14:56:56 +0100
committerThomas NOEL <tnoel@entrouvert.com>2012-11-12 15:00:06 +0100
commit95a3099eae7744488078e985b3f8ff125f7cd683 (patch)
treee334574213929778383638d1f1fe69a577b9a5f4 /usr
parent69fec196d4f2a56c3390769c98e56ce4da292069 (diff)
downloadpfsense-95a3099eae7744488078e985b3f8ff125f7cd683.zip
pfsense-95a3099eae7744488078e985b3f8ff125f7cd683.tar.gz
fix last commit (#2679)
Diffstat (limited to 'usr')
-rw-r--r--usr/local/www/diag_states_summary.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr/local/www/diag_states_summary.php b/usr/local/www/diag_states_summary.php
index 5138156..b273d9d 100644
--- a/usr/local/www/diag_states_summary.php
+++ b/usr/local/www/diag_states_summary.php
@@ -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);
OpenPOWER on IntegriCloud