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