From f7b1c511e04eadfe10af75a84225b441b4abadd2 Mon Sep 17 00:00:00 2001 From: "lpsolit%gmail.com" <> Date: Tue, 23 Oct 2007 02:41:58 +0000 Subject: Part 2 of bug 182083: add Help for more admin pages - Patch by me, r=Colin --- editcomponents.cgi | 3 +++ 1 file changed, 3 insertions(+) (limited to 'editcomponents.cgi') diff --git a/editcomponents.cgi b/editcomponents.cgi index 46b319edd..2dabaf898 100755 --- a/editcomponents.cgi +++ b/editcomponents.cgi @@ -37,6 +37,9 @@ use Bugzilla::Token; my $cgi = Bugzilla->cgi; my $template = Bugzilla->template; my $vars = {}; +# There is only one section about components in the documentation, +# so all actions point to the same page. +$vars->{'doc_section'} = 'components.html'; # # Preliminary checks: -- cgit v1.2.3-24-g4f1b