diff options
author | lpsolit%gmail.com <> | 2007-10-23 04:41:58 +0200 |
---|---|---|
committer | lpsolit%gmail.com <> | 2007-10-23 04:41:58 +0200 |
commit | f7b1c511e04eadfe10af75a84225b441b4abadd2 (patch) | |
tree | 105648a532a747bd37841f192a87605fa4b2062b /editclassifications.cgi | |
parent | 4d05f0cb2a6d071d7c89627f8b7073ab24856e98 (diff) | |
download | bugzilla-f7b1c511e04eadfe10af75a84225b441b4abadd2.tar.gz bugzilla-f7b1c511e04eadfe10af75a84225b441b4abadd2.tar.xz |
Part 2 of bug 182083: add Help for more admin pages - Patch by me, r=Colin
Diffstat (limited to 'editclassifications.cgi')
-rwxr-xr-x | editclassifications.cgi | 3 |
1 files changed, 3 insertions, 0 deletions
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; |