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
# 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',