diff options
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: |