summaryrefslogtreecommitdiffstats
path: root/usr/local/www/firewall_shaper.php
diff options
context:
space:
mode:
authorChris Buechler <cmb@pfsense.org>2015-01-09 00:40:01 -0600
committerChris Buechler <cmb@pfsense.org>2015-01-09 00:40:01 -0600
commit23ca569527ad015e196b152bd3c0ac27314cf7c5 (patch)
treef33f7206dbf9b5b35c72f2225e16fc2625b3b4df /usr/local/www/firewall_shaper.php
parent79ac2ee0d2f64b2335d295a0667aa404dab9e9fc (diff)
downloadpfsense-23ca569527ad015e196b152bd3c0ac27314cf7c5.zip
pfsense-23ca569527ad015e196b152bd3c0ac27314cf7c5.tar.gz
This broke a variety of things. Revert "Deprecated and non-static method messages"
This reverts commit 91b9a02fb131746c67fdf9f34282f123a13f1b13.
Diffstat (limited to 'usr/local/www/firewall_shaper.php')
-rw-r--r--usr/local/www/firewall_shaper.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr/local/www/firewall_shaper.php b/usr/local/www/firewall_shaper.php
index 24ff2a2..99ec1f6 100644
--- a/usr/local/www/firewall_shaper.php
+++ b/usr/local/www/firewall_shaper.php
@@ -203,7 +203,7 @@ if ($_GET) {
unset($input_errors);
if ($addnewaltq) {
- $altq = new altq_root_queue();
+ $altq =& new altq_root_queue();
$altq->SetInterface($interface);
switch ($altq->GetBwscale()) {
OpenPOWER on IntegriCloud