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:
Diffstat (limited to 'core/functions.php')
-rw-r--r--core/functions.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/functions.php b/core/functions.php
index ba9caceee8..25dfaedf9b 100644
--- a/core/functions.php
+++ b/core/functions.php
@@ -257,7 +257,7 @@ namespace {
}
// Bridge between pre Piwik2 serialized format and namespaced classes
- // Do not define these classes in tracker or archive
+ // Do not need to define these classes in tracker or archive
if(empty($GLOBALS['PIWIK_TRACKER_MODE'])
&& !defined('PIWIK_MODE_ARCHIVE')) {
class Piwik_DataTable_Row_DataTableSummary extends \Piwik\DataTable\Row\DataTableSummaryRow {