diff options
author | lpsolit%gmail.com <> | 2007-10-23 02:41:58 +0000 |
---|---|---|
committer | lpsolit%gmail.com <> | 2007-10-23 02:41:58 +0000 |
commit | f7b1c511e04eadfe10af75a84225b441b4abadd2 (patch) | |
tree | 105648a532a747bd37841f192a87605fa4b2062b /editcomponents.cgi | |
parent | Bug 182083: Help system should support more pages - Patch by Frédéric B... (diff) | |
download | bugzilla-f7b1c511e04eadfe10af75a84225b441b4abadd2.tar.gz bugzilla-f7b1c511e04eadfe10af75a84225b441b4abadd2.tar.bz2 bugzilla-f7b1c511e04eadfe10af75a84225b441b4abadd2.zip |
Part 2 of bug 182083: add Help for more admin pages - Patch by me, r=Colin
Diffstat (limited to 'editcomponents.cgi')
-rwxr-xr-x | editcomponents.cgi | 3 |
1 files changed, 3 insertions, 0 deletions
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: |