summaryrefslogtreecommitdiffstats
path: root/template/en/default/reports/chart.png.tmpl
diff options
context:
space:
mode:
Diffstat (limited to 'template/en/default/reports/chart.png.tmpl')
-rw-r--r--template/en/default/reports/chart.png.tmpl2
1 files changed, 1 insertions, 1 deletions
diff --git a/template/en/default/reports/chart.png.tmpl b/template/en/default/reports/chart.png.tmpl
index 43d4e962d..18452175c 100644
--- a/template/en/default/reports/chart.png.tmpl
+++ b/template/en/default/reports/chart.png.tmpl
@@ -22,7 +22,7 @@
[% y_label = "Bugs" %]
[% x_label = "Time" %]
-[% IF cumulate %]
+[% IF chart.cumulate %]
[% USE graph = GD.Graph.area(width, height) %]
[% graph.set(cumulate => "true") %]
[% ELSE %]