summaryrefslogtreecommitdiffstats
path: root/src/etc
diff options
context:
space:
mode:
authorStephen Beaver <sbeaver@netgate.com>2016-07-18 11:43:12 -0400
committerStephen Beaver <sbeaver@netgate.com>2016-07-18 11:43:12 -0400
commit9ce54773be5e02235e3be7d2b970f61fbb27ba86 (patch)
tree36e6bf8920c79f3e324feab31421d7c67e9ff89d /src/etc
parent7bba13e8d53adfe4beb03c8444e60848ae6e25e9 (diff)
downloadpfsense-9ce54773be5e02235e3be7d2b970f61fbb27ba86.zip
pfsense-9ce54773be5e02235e3be7d2b970f61fbb27ba86.tar.gz
Allow section header to be omitted by specifying "NOTITLE" as the section title.
Diffstat (limited to 'src/etc')
-rw-r--r--src/etc/inc/shaper.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/etc/inc/shaper.inc b/src/etc/inc/shaper.inc
index d4caa8f..6cba885 100644
--- a/src/etc/inc/shaper.inc
+++ b/src/etc/inc/shaper.inc
@@ -2771,7 +2771,7 @@ class cbq_queue extends priq_queue {
function build_form() {
$sform = parent::build_form();
- $section = new Form_Section('');
+ $section = new Form_Section('NOTITLE');
$group = new Form_Group('Bandwidth');
OpenPOWER on IntegriCloud