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 --- extensions/ProductDashboard/Extension.pm | 3 --- 1 file changed, 3 deletions(-) (limited to 'extensions/ProductDashboard') 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