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-05-29 07:13:26 +0400
committerThomas Steur <thomas.steur@googlemail.com>2014-05-29 07:13:26 +0400
commit7d1b664211287dda8199f8757b00d0b023fda4a4 (patch)
tree50c255e785032cf721f3a8538b9ebb6e12edb402 /core
parent5bbf3b7891c5988c457a0a56d6495af72ae479d9 (diff)
refs #5212 should fix core tests
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 e6cca5bb20..9c481bb03b 100644
--- a/core/Plugin/Manager.php
+++ b/core/Plugin/Manager.php
@@ -77,8 +77,7 @@ class Manager extends Singleton
// Themes bundled with core package, disabled by default
protected $coreThemesDisabledByDefault = array(
- 'ExampleTheme',
- 'LeftMenu',
+ 'ExampleTheme'
);
/**