summaryrefslogtreecommitdiffstats
path: root/application/controllers/StatisticsController.php
diff options
context:
space:
mode:
Diffstat (limited to 'application/controllers/StatisticsController.php')
-rwxr-xr-xapplication/controllers/StatisticsController.php1
1 files changed, 0 insertions, 1 deletions
diff --git a/application/controllers/StatisticsController.php b/application/controllers/StatisticsController.php
index 5bf798e..d840023 100755
--- a/application/controllers/StatisticsController.php
+++ b/application/controllers/StatisticsController.php
@@ -106,7 +106,6 @@ class StatisticsController extends Zend_Controller_Action
$ret['dataBar'] = $this->eventreportMapper->getSuccessBarCount($poolID);
$ret['dataPieS'] = $this->eventreportMapper->getSuccessPieCount($poolID);
- $ret['dataPieT'] = $this->eventreportMapper->getSuccessTypePieCount($poolID);
echo json_encode($ret);