summaryrefslogtreecommitdiffstats
path: root/report.cgi
diff options
context:
space:
mode:
authorlpsolit%gmail.com <>2007-11-12 05:03:16 +0100
committerlpsolit%gmail.com <>2007-11-12 05:03:16 +0100
commitd5adbc109d44481c9c4b7ba6429cbbc35487486e (patch)
tree48ba9a583661541867efc1d736fab8bede2c8994 /report.cgi
parent50cdda2d571514abf2e8781cb376da199cdb1816 (diff)
downloadbugzilla-d5adbc109d44481c9c4b7ba6429cbbc35487486e.tar.gz
bugzilla-d5adbc109d44481c9c4b7ba6429cbbc35487486e.tar.xz
Part 4 of bug 182083: add Help for non-admin pages - Patch by me, r=Colin
Diffstat (limited to 'report.cgi')
-rwxr-xr-xreport.cgi3
1 files changed, 3 insertions, 0 deletions
diff --git a/report.cgi b/report.cgi
index 9ee5df287..2b9cb61ad 100755
--- a/report.cgi
+++ b/report.cgi
@@ -316,6 +316,9 @@ if ($cgi->param('debug')) {
print Data::Dumper::Dumper(@image_data) . "\n\n</pre>";
}
+# All formats point to the same section of the documentation.
+$vars->{'doc_section'} = 'reporting.html#reports';
+
$template->process("$format->{'template'}", $vars)
|| ThrowTemplateError($template->error());