summaryrefslogtreecommitdiffstats
path: root/chart.cgi
diff options
context:
space:
mode:
authorlpsolit%gmail.com <>2005-08-13 21:35:12 +0200
committerlpsolit%gmail.com <>2005-08-13 21:35:12 +0200
commit9ab537a54529b0444df941fed04565bd1f1a32b2 (patch)
treefd5a027e2f78fa0b972b51ae1c39057932f81a50 /chart.cgi
parentdddc17ec8b38d7f90b7be7d9fd6ab9629077f3df (diff)
downloadbugzilla-9ab537a54529b0444df941fed04565bd1f1a32b2.tar.gz
bugzilla-9ab537a54529b0444df941fed04565bd1f1a32b2.tar.xz
Bug 304044: Missing scalar() for some parameters - Patch by Frédéric Buclin <LpSolit@gmail.com> r=mkanat a=justdave
Diffstat (limited to 'chart.cgi')
-rwxr-xr-xchart.cgi4
1 files changed, 1 insertions, 3 deletions
diff --git a/chart.cgi b/chart.cgi
index 31f961cac..812803199 100755
--- a/chart.cgi
+++ b/chart.cgi
@@ -265,9 +265,7 @@ sub plot {
validateWidthAndHeight();
$vars->{'chart'} = new Bugzilla::Chart($cgi);
- my $format = &::GetFormat("reports/chart",
- "",
- $cgi->param('ctype'));
+ my $format = &::GetFormat("reports/chart", "", scalar($cgi->param('ctype')));
# Debugging PNGs is a pain; we need to be able to see the error messages
if ($cgi->param('debug')) {