summaryrefslogtreecommitdiffstats
path: root/application/controllers/StatisticsController.php
diff options
context:
space:
mode:
authorSebastian Wagner2011-11-16 13:18:15 +0100
committerSebastian Wagner2011-11-16 13:18:15 +0100
commit19ba0a7718ebc2745eb9b7c04a75f6e3657a1fa8 (patch)
treec8926acb5b0494b29882b552cec3f4ceec9abf81 /application/controllers/StatisticsController.php
parentCode Cleaning und verschiedene kleine Korrekturen (diff)
downloadpoolctrl-19ba0a7718ebc2745eb9b7c04a75f6e3657a1fa8.tar.gz
poolctrl-19ba0a7718ebc2745eb9b7c04a75f6e3657a1fa8.tar.xz
poolctrl-19ba0a7718ebc2745eb9b7c04a75f6e3657a1fa8.zip
more clean up
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);