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:
authorThomas Steur <thomas.steur@googlemail.com>2014-06-30 00:58:49 +0400
committerThomas Steur <thomas.steur@googlemail.com>2014-06-30 00:58:49 +0400
commitcc02d05560c269fcc7d0ad75c3beabe6fb364dbe (patch)
treee66662da63189e5947b4d2def2f44c86de388f86 /core/Columns
parent5526d13dc7bfa38da9ca6342ad92caabc9c2b824 (diff)
fixed some tests
Diffstat (limited to 'core/Columns')
-rw-r--r--core/Columns/Updates.php2
1 files changed, 2 insertions, 0 deletions
diff --git a/core/Columns/Updates.php b/core/Columns/Updates.php
index 85b27ee0ff..152d5878ef 100644
--- a/core/Columns/Updates.php
+++ b/core/Columns/Updates.php
@@ -16,6 +16,8 @@ use Piwik\Updater;
/**
* Class that handles dimension updates
+ *
+ * TODO rename to "Updater"
*/
class Updates extends \Piwik\Updates
{