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-09-10 18:58:55 +0400
committerThomas Steur <thomas.steur@googlemail.com>2014-09-10 18:58:55 +0400
commit628d8d5e75740dc299dde4a7bc0a7109a5017097 (patch)
tree71cc7fe5d67570c15305d44b1648ad894bb55275 /core
parent32020987485d5551a7d65f88cbf95bcb8fd1c327 (diff)
refs #4996 enable content plugin by default otherwise tests do not work
Diffstat (limited to 'core')
-rw-r--r--core/Plugin/Manager.php3
1 files changed, 1 insertions, 2 deletions
diff --git a/core/Plugin/Manager.php b/core/Plugin/Manager.php
index 49b073c8d3..eb234c1b6c 100644
--- a/core/Plugin/Manager.php
+++ b/core/Plugin/Manager.php
@@ -85,8 +85,7 @@ class Manager extends Singleton
'ExampleVisualization',
'ExamplePluginTemplate',
'ExampleTracker',
- 'ExampleReport',
- 'Contents'
+ 'ExampleReport'
);
// Themes bundled with core package, disabled by default