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-11-12 07:58:29 +0400
committermattab <matthieu.aubry@gmail.com>2013-11-12 07:58:29 +0400
commit638cef455764d83516cf82045c167b0866c8f3f2 (patch)
tree86258d9a295d29d5fef17506c84ee9414b83655c /core/ArchiveProcessor.php
parent589663177da01a064f16702738552f55f35df316 (diff)
Remove typo
Diffstat (limited to 'core/ArchiveProcessor.php')
-rw-r--r--core/ArchiveProcessor.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/ArchiveProcessor.php b/core/ArchiveProcessor.php
index 060cd42c33..489ad4dbeb 100644
--- a/core/ArchiveProcessor.php
+++ b/core/ArchiveProcessor.php
@@ -356,7 +356,7 @@ class ArchiveProcessor
$table->setMetadata(DataTable::COLUMN_AGGREGATION_OPS_METADATA_NAME, $columnAggregationOperations);
}
-`` $data = $this->getArchive()->getDataTableExpanded($name, $idSubTable = null, $depth = null, $addMetadataSubtableId = false);
+ $data = $this->getArchive()->getDataTableExpanded($name, $idSubTable = null, $depth = null, $addMetadataSubtableId = false);
if ($data instanceof DataTable\Map) {
// as $date => $tableToSum
foreach ($data->getDataTables() as $tableToSum) {