From c8880f4afe791835584e2e1580807d232591ded0 Mon Sep 17 00:00:00 2001 From: diosmosis Date: Mon, 25 Nov 2013 22:17:56 +0000 Subject: Refs #4200, fixing typo in method name and tweaking docs. --- core/ArchiveProcessor.php | 2 -- 1 file changed, 2 deletions(-) (limited to 'core/ArchiveProcessor.php') diff --git a/core/ArchiveProcessor.php b/core/ArchiveProcessor.php index b901c7fb6a..11aba86122 100644 --- a/core/ArchiveProcessor.php +++ b/core/ArchiveProcessor.php @@ -70,8 +70,6 @@ use Piwik\Period; * * $maxRowsInTable = Config::getInstance()->General['datatable_archiving_maximum_rows_standard'];j * - * $myDataTable = // ... use LogAggregator to generate a report about some log data ... - * * $dataTable = // ... build by aggregating visits ... * $serializedData = $dataTable->getSerialized($maxRowsInTable, $maxRowsInSubtable = $maxRowsInTable, * $columnToSortBy = Metrics::INDEX_NB_VISITS); -- cgit v1.2.3