diff options
author | Byron Jones <glob@mozilla.com> | 2015-10-05 06:13:24 +0200 |
---|---|---|
committer | Byron Jones <glob@mozilla.com> | 2015-10-05 06:13:24 +0200 |
commit | 6cbec76bcb35a51442ccbf35ecfceb57da90afc8 (patch) | |
tree | 36242f88e9b297c313db247f2385342aa50328e2 /extensions | |
parent | b7261d46a0b3075c8a55fdc056c35aaa7dfbe72b (diff) | |
download | bugzilla-6cbec76bcb35a51442ccbf35ecfceb57da90afc8.tar.gz bugzilla-6cbec76bcb35a51442ccbf35ecfceb57da90afc8.tar.xz |
Bug 1210246 - bugzilla.mozilla.org help link is busted
Diffstat (limited to 'extensions')
-rw-r--r-- | extensions/ProductDashboard/Extension.pm | 3 |
1 files changed, 0 insertions, 3 deletions
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', |