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 7416ec5..1a38423 100755
--- a/application/controllers/StatisticsController.php
+++ b/application/controllers/StatisticsController.php
@@ -104,7 +104,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);