Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/matomo-org/matomo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordiosmosis <benaka@piwik.pro>2014-11-03 20:38:33 +0300
committerdiosmosis <benaka@piwik.pro>2014-11-07 04:46:07 +0300
commit7162f5fcaa4b32cc3cf7910c8d39f258d07e6cca (patch)
treea41ffd58b244137fd156303a838a4cd4f11516f7 /plugins/VisitsSummary
parent042bae30e636e6cb7e4e134818811a2ab07e92de (diff)
Fixing some tests and debugging others.
Diffstat (limited to 'plugins/VisitsSummary')
-rw-r--r--plugins/VisitsSummary/Reports/Get.php4
1 files changed, 0 insertions, 4 deletions
diff --git a/plugins/VisitsSummary/Reports/Get.php b/plugins/VisitsSummary/Reports/Get.php
index 47a64bc778..93d67eabf3 100644
--- a/plugins/VisitsSummary/Reports/Get.php
+++ b/plugins/VisitsSummary/Reports/Get.php
@@ -9,7 +9,6 @@
namespace Piwik\Plugins\VisitsSummary\Reports;
use Piwik\Piwik;
-use Piwik\Plugins\CoreHome\Metrics\BounceCount;
use Piwik\Plugins\CoreHome\Metrics\BounceRate;
class Get extends \Piwik\Plugin\Report
@@ -23,9 +22,6 @@ class Get extends \Piwik\Plugin\Report
$this->processedMetrics = array(
new BounceRate()
);
- $this->temporaryMetrics = array(
- new BounceCount()
- );
$this->metrics = array(
'nb_uniq_visitors',
'nb_visits',