diff options
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; |