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:
authorKate Butler <kate@innocraft.com>2019-04-16 04:04:28 +0300
committerThomas Steur <tsteur@users.noreply.github.com>2019-04-16 04:04:28 +0300
commitfc8b08c3f5152a2e0785a2ccbb1fffc5d209c0df (patch)
tree0e3515b1f9bec0ca8aa536808db63062b231207d /core
parent022ee7e35c21d9d0de537bc8e8f16eaee2019ce0 (diff)
Remove diagnostics plugin from list of always-activated plugins (#14349)
Diffstat (limited to 'core')
-rw-r--r--core/Plugin/Manager.php1
1 files changed, 0 insertions, 1 deletions
diff --git a/core/Plugin/Manager.php b/core/Plugin/Manager.php
index 91da7e6301..39d8d637bc 100644
--- a/core/Plugin/Manager.php
+++ b/core/Plugin/Manager.php
@@ -71,7 +71,6 @@ class Manager
// These are always activated and cannot be deactivated
protected $pluginToAlwaysActivate = array(
'CoreHome',
- 'Diagnostics',
'CoreUpdater',
'CoreAdminHome',
'CoreConsole',