changeset 389:c1732b415026

Fix for bug introduced in [434].
author cmlenz
date Wed, 01 Aug 2007 17:46:46 +0000
parents 3ba9430a5d87
children 811a18dd6e22
files bitten/trac_ext/web_ui.py
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/bitten/trac_ext/web_ui.py
+++ b/bitten/trac_ext/web_ui.py
@@ -494,7 +494,7 @@
 
         if has_reports:
             chart_generators = []
-            for generator in self.chart_generators: 
+            for generator in ReportChartController.chart_generators: 
                 for category in generator.get_supported_categories(): 
                     chart_generators.append({
                         'href': req.href.build(config.name, 'chart/' + category) 
Copyright (C) 2012-2017 Edgewall Software