summaryrefslogtreecommitdiffstats
path: root/application/controllers/StatisticsController.php
diff options
context:
space:
mode:
Diffstat (limited to 'application/controllers/StatisticsController.php')
-rwxr-xr-xapplication/controllers/StatisticsController.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/application/controllers/StatisticsController.php b/application/controllers/StatisticsController.php
index d840023..868a2a6 100755
--- a/application/controllers/StatisticsController.php
+++ b/application/controllers/StatisticsController.php
@@ -59,7 +59,7 @@ class StatisticsController extends Zend_Controller_Action
$ret['dataBar'] = $this->eventMapper->getCategoryBarCount($poolID);
$ret['dataPie'] = $this->eventMapper->getCategoryPieCount($poolID);
- $ret['color'] = $this->eventcategoryMapper->getCategoryColor($poolID);
+ $ret['color'] = $this->eventcategoryMapper->getCategoryColor($poolID, null);
echo json_encode($ret);