summaryrefslogtreecommitdiffstats
path: root/usr/local/www/diag_states_summary.php
diff options
context:
space:
mode:
authorjim-p <jimp@pfsense.org>2012-11-12 08:54:09 -0500
committerjim-p <jimp@pfsense.org>2012-11-12 08:54:09 -0500
commit1bceebd0ea4feb40cd9a9f0179cd093734b26e7e (patch)
tree4bb6791622fdcdc656c72967ed55d3487631468c /usr/local/www/diag_states_summary.php
parent3f00208a0851ab37626a1ca39a644846964f6c18 (diff)
downloadpfsense-1bceebd0ea4feb40cd9a9f0179cd093734b26e7e.zip
pfsense-1bceebd0ea4feb40cd9a9f0179cd093734b26e7e.tar.gz
Fix variable reference, ticket #2679
Diffstat (limited to 'usr/local/www/diag_states_summary.php')
-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 3bd554e..c67b668 100644
--- a/usr/local/www/diag_states_summary.php
+++ b/usr/local/www/diag_states_summary.php
@@ -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);
OpenPOWER on IntegriCloud