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 --- editclassifications.cgi | 3 +++ 1 file changed, 3 insertions(+) (limited to 'editclassifications.cgi') diff --git a/editclassifications.cgi b/editclassifications.cgi index 03d3af81c..44a627054 100755 --- a/editclassifications.cgi +++ b/editclassifications.cgi @@ -39,6 +39,9 @@ sub LoadTemplate { my $action = shift; my $cgi = Bugzilla->cgi; my $template = Bugzilla->template; + # There is currently only one section about classifications, + # so all pages point to it. Let's define it here. + $vars->{'doc_section'} = 'classifications.html'; $action =~ /(\w+)/; $action = $1; -- cgit v1.2.3-24-g4f1b