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 13:14:50 +0400
committerThomas Steur <thomas.steur@googlemail.com>2014-08-06 13:14:50 +0400
commitc43448866d241c7773423d99c1a4301709dd2e4c (patch)
treec9ed6e2a4be739e3f477c5749fd1b2cad0954a47 /core
parentbdb6528d3079ed846c80780d2004db23b4ff24c4 (diff)
refs #5926 move reports to exampleReport
Diffstat (limited to 'core')
-rw-r--r--core/Plugin/Manager.php3
1 files changed, 2 insertions, 1 deletions
diff --git a/core/Plugin/Manager.php b/core/Plugin/Manager.php
index 3569bdd3cd..aa925215c4 100644
--- a/core/Plugin/Manager.php
+++ b/core/Plugin/Manager.php
@@ -77,7 +77,8 @@ class Manager extends Singleton
'ExampleUI',
'ExampleVisualization',
'ExamplePluginTemplate',
- 'ExampleTracker'
+ 'ExampleTracker',
+ 'ExampleReport',
);
// Themes bundled with core package, disabled by default