From 37f33271be08992d0f55b71d4e492d5d2b880641 Mon Sep 17 00:00:00 2001 From: Ermal Date: Fri, 12 Aug 2011 11:57:39 +0000 Subject: Correct the link generation. Reported-by: http://forum.pfsense.org/index.php/topic,39855.0.html --- etc/inc/shaper.inc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'etc') diff --git a/etc/inc/shaper.inc b/etc/inc/shaper.inc index d604fbb..539e7de 100644 --- a/etc/inc/shaper.inc +++ b/etc/inc/shaper.inc @@ -587,7 +587,7 @@ class altq_root_queue { if ($altq) $scheduler = ": " . $altq->GetScheduler(); $form = ""; - $form .= "GetInterface() . "&queue=". $this->GetInterface()."&action=show\">".$this->GetInterface().": ".$scheduler.""; + $form .= "GetInterface() . "&queue=". $this->GetInterface()."&action=show\">".$this->GetInterface().": ".$scheduler.""; $form .= ""; $form .= ""; $form .= ""; @@ -1196,7 +1196,7 @@ class priq_queue { if ($altq) $scheduler = ": " . $altq->GetScheduler(); $form = ""; - $form .= "GetInterface() . "&queue=" . $this->GetInterface()."&action=show\">".$this->GetInterface().": ".$scheduler.""; + $form .= "GetInterface() . "&queue=" . $this->GetInterface()."&action=show\">".$this->GetInterface().": ".$scheduler.""; $form .= ""; /* * XXX: Hack in sight maybe fix with a class that wraps all -- cgit v1.1