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-08 02:46:58 +0300
committerdiosmosis <benaka@piwik.pro>2014-11-08 03:00:47 +0300
commit68d77438edb1a492c9ef7943c16ac9874175b362 (patch)
treef5904b96eeefa21836b4033df180f5cdace544fb /core/Plugin/ProcessedMetric.php
parent949adebcc57524bd49c61eba6fda670c46654630 (diff)
Converted most other processed metric calculation to use ProcessedMetric class.
Diffstat (limited to 'core/Plugin/ProcessedMetric.php')
-rw-r--r--core/Plugin/ProcessedMetric.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/Plugin/ProcessedMetric.php b/core/Plugin/ProcessedMetric.php
index ea77986c29..449fc61e32 100644
--- a/core/Plugin/ProcessedMetric.php
+++ b/core/Plugin/ProcessedMetric.php
@@ -53,7 +53,7 @@ abstract class ProcessedMetric extends Metric
/**
* TODO
*/
- public function shouldComputeForTable(Report $report, DataTable $table)
+ public function beforeCompute(Report $report, DataTable $table)
{
return true;
}