diff options
Diffstat (limited to 'editproducts.cgi')
-rwxr-xr-x | editproducts.cgi | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/editproducts.cgi b/editproducts.cgi index 7c6c52f7d..82f0bf99f 100755 --- a/editproducts.cgi +++ b/editproducts.cgi @@ -61,6 +61,9 @@ my $dbh = Bugzilla->dbh; my $cgi = Bugzilla->cgi; my $template = Bugzilla->template; my $vars = {}; +# Remove this as soon as the documentation about products has been +# improved and each action has its own section. +$vars->{'doc_section'} = 'products.html'; print $cgi->header(); |