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
path: root/core
diff options
context:
space:
mode:
authorThomas Steur <thomas.steur@googlemail.com>2014-08-06 12:12:50 +0400
committerThomas Steur <thomas.steur@googlemail.com>2014-08-06 12:12:50 +0400
commitbdb6528d3079ed846c80780d2004db23b4ff24c4 (patch)
treee03e98d3226d717b0d0b625d7a704dd2c30cfeb8 /core
parent3e641b23d91e0f524d20082199a7299e78b1c7d8 (diff)
created an exampleTracker plugin which is disabled by default so those columns will not be installed
Diffstat (limited to 'core')
-rw-r--r--core/Plugin/Manager.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/core/Plugin/Manager.php b/core/Plugin/Manager.php
index baf63c5cb2..3569bdd3cd 100644
--- a/core/Plugin/Manager.php
+++ b/core/Plugin/Manager.php
@@ -77,6 +77,7 @@ class Manager extends Singleton
'ExampleUI',
'ExampleVisualization',
'ExamplePluginTemplate',
+ 'ExampleTracker'
);
// Themes bundled with core package, disabled by default