diff options
author | Frédéric Buclin <LpSolit@gmail.com> | 2014-02-12 15:11:36 +0100 |
---|---|---|
committer | Frédéric Buclin <LpSolit@gmail.com> | 2014-02-12 15:11:36 +0100 |
commit | 8e0b7aa5e9fb3920d4283b9582d8cf5a35d51ab1 (patch) | |
tree | 721eb5cb78a3eb7b625bab659bf35e3e62d45154 /editclassifications.cgi | |
parent | ccbeca7150a295e3a5b3fade2f2b07247dcb4d16 (diff) | |
download | bugzilla-8e0b7aa5e9fb3920d4283b9582d8cf5a35d51ab1.tar.gz bugzilla-8e0b7aa5e9fb3920d4283b9582d8cf5a35d51ab1.tar.xz |
Bug 969881: All "Help" links in the header and footer of pages point to inexistent files
r=gerv a=justdave
Diffstat (limited to 'editclassifications.cgi')
-rwxr-xr-x | editclassifications.cgi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/editclassifications.cgi b/editclassifications.cgi index d47853133..149433b25 100755 --- a/editclassifications.cgi +++ b/editclassifications.cgi @@ -32,7 +32,7 @@ sub LoadTemplate { if ($action eq 'select'); # There is currently only one section about classifications, # so all pages point to it. Let's define it here. - $vars->{'doc_section'} = 'classifications.html'; + $vars->{'doc_section'} = 'administration.html#classifications'; $action =~ /(\w+)/; $action = $1; |