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:
authormattab <matthieu.aubry@gmail.com>2013-06-06 11:26:36 +0400
committermattab <matthieu.aubry@gmail.com>2013-06-06 11:26:36 +0400
commit3fe760eaf2c811978f1ca6ba8056c50983a40f99 (patch)
tree2d5c0e2503045d02ac0ca1c407d86cf66c17a9a2 /plugins/CustomVariables/Archiver.php
parent23b825db3025eecfe5f0979eb1d255d51ce2e5e2 (diff)
Removing what seems to be unused code? @sgiehl you added it but I cant find any code calling generateDatatable.
Diffstat (limited to 'plugins/CustomVariables/Archiver.php')
-rw-r--r--plugins/CustomVariables/Archiver.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/plugins/CustomVariables/Archiver.php b/plugins/CustomVariables/Archiver.php
index 2aab034424..896b5335bc 100644
--- a/plugins/CustomVariables/Archiver.php
+++ b/plugins/CustomVariables/Archiver.php
@@ -33,8 +33,8 @@ class Piwik_CustomVariables_Archiver extends Piwik_PluginsArchiver
}
$this->removeVisitsMetricsFromActionsAggregate();
- $this->getProcessor()->enrichConversionsByLabelArray($this->metricsByKey);
- $this->getProcessor()->enrichConversionsByLabelArrayHasTwoLevels($this->metricsByKeyAndValue);
+ $this->getProcessor()->enrichMetricsWithConversions($this->metricsByKey);
+ $this->getProcessor()->enrichPivotMetricsWithConversions($this->metricsByKeyAndValue);
$table = $this->getProcessor()->getDataTableWithSubtablesFromArraysIndexedByLabel($this->metricsByKeyAndValue, $this->metricsByKey);
$blob = $table->getSerialized(