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 --- editmilestones.cgi | 3 +++ 1 file changed, 3 insertions(+) (limited to 'editmilestones.cgi') 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: -- cgit v1.2.3-24-g4f1b