From 6cbec76bcb35a51442ccbf35ecfceb57da90afc8 Mon Sep 17 00:00:00 2001 From: Byron Jones Date: Mon, 5 Oct 2015 12:13:24 +0800 Subject: Bug 1210246 - bugzilla.mozilla.org help link is busted --- enter_bug.cgi | 2 +- extensions/ProductDashboard/Extension.pm | 3 --- 2 files changed, 1 insertion(+), 4 deletions(-) diff --git a/enter_bug.cgi b/enter_bug.cgi index 56f1061c8..afaffd752 100755 --- a/enter_bug.cgi +++ b/enter_bug.cgi @@ -67,7 +67,7 @@ my $vars = {}; Bugzilla::Hook::process('enter_bug_start', { vars => $vars }); # All pages point to the same part of the documentation. -$vars->{'doc_section'} = 'bugreports.html'; +$vars->{'doc_section'} = 'using/filing.html'; if (!$vars->{'disable_guided'}) { # Purpose: force guided format for newbies diff --git a/extensions/ProductDashboard/Extension.pm b/extensions/ProductDashboard/Extension.pm index d22e3e4cc..cc80fa449 100644 --- a/extensions/ProductDashboard/Extension.pm +++ b/extensions/ProductDashboard/Extension.pm @@ -44,9 +44,6 @@ sub _page_dashboard { # Switch to shadow db since we are just reading information Bugzilla->switch_to_shadow_db(); - # All pages point to the same part of the documentation. - $vars->{'doc_section'} = 'bugreports.html'; - # Forget any previously selected product $cgi->send_cookie(-name => 'PRODUCT_DASHBOARD', -value => 'X', -- cgit v1.2.3-24-g4f1b