summaryrefslogtreecommitdiffstats
path: root/usr/local/www/status_queues.php
diff options
context:
space:
mode:
authorPhil Davis <phil.davis@inf.org>2015-06-15 11:07:15 +0545
committerPhil Davis <phil.davis@inf.org>2015-06-15 11:07:15 +0545
commit6bb817b4d5fca5a1a70444fbdea12625597f0fc0 (patch)
tree790ba5f156049e0b3df9f24bd2539cd3af72dc19 /usr/local/www/status_queues.php
parentd26955ff8b9e3b2732dcdda3965a4275d6a40ad3 (diff)
downloadpfsense-6bb817b4d5fca5a1a70444fbdea12625597f0fc0.zip
pfsense-6bb817b4d5fca5a1a70444fbdea12625597f0fc0.tar.gz
status_queues missing semi-colon
This really looks like it should have a semi-colon. Somehow the PHP interpreter is not being fussy about it in this context, I guess being followed by the "endif;" keyword the interpreter guesses the previous statement must be done.
Diffstat (limited to 'usr/local/www/status_queues.php')
-rw-r--r--usr/local/www/status_queues.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr/local/www/status_queues.php b/usr/local/www/status_queues.php
index 1f5e45d..1022dcc 100644
--- a/usr/local/www/status_queues.php
+++ b/usr/local/www/status_queues.php
@@ -187,7 +187,7 @@ if (!is_array($config['shaper']['queue']) || count($config['shaper']['queue']) <
</tr>
<?php
$if_queue_list = get_configured_interface_list_by_realif(false, true);
- processQueues($altqstats, 0, "")
+ processQueues($altqstats, 0, "");
?>
<?php endif; ?>
</table>
OpenPOWER on IntegriCloud