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 <benakamoorthi@fastmail.fm>2014-03-26 19:29:47 +0400
committerdiosmosis <benakamoorthi@fastmail.fm>2014-03-26 19:29:47 +0400
commit7f0a0dfdb9329c7730d02cb88e5adae04cf63ef9 (patch)
tree47d9bb2758a55f76fa47710295a51e840f83aeba /core/DataTable.php
parent8d5ecdb13f05e355c0ef439ff6ff2414d04c204a (diff)
Add integration test for archive cron output text.
Diffstat (limited to 'core/DataTable.php')
-rw-r--r--core/DataTable.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/DataTable.php b/core/DataTable.php
index d91b907dfc..5102f195e3 100644
--- a/core/DataTable.php
+++ b/core/DataTable.php
@@ -1634,4 +1634,4 @@ class DataTable implements DataTableInterface
}
$thisRow->sumRow($row, $copyMeta = true, $this->getMetadata(self::COLUMN_AGGREGATION_OPS_METADATA_NAME));
}
-}
+} \ No newline at end of file