diff options
Diffstat (limited to 'editversions.cgi')
-rwxr-xr-x | editversions.cgi | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/editversions.cgi b/editversions.cgi index ac7b2c7a0..06a58ea03 100755 --- a/editversions.cgi +++ b/editversions.cgi @@ -42,6 +42,9 @@ my $cgi = Bugzilla->cgi; my $dbh = Bugzilla->dbh; my $template = Bugzilla->template; my $vars = {}; +# There is only one section about versions in the documentation, +# so all actions point to the same page. +$vars->{'doc_section'} = 'versions.html'; # # Preliminary checks: |