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
diff options
context:
space:
mode:
authorThomas Steur <thomas.steur@gmail.com>2013-11-28 03:47:29 +0400
committerThomas Steur <thomas.steur@gmail.com>2013-11-28 03:47:29 +0400
commitcb575fb6994be6edd9728ab78075c611791d05c4 (patch)
treeec20c6b950a47aab1b9f349788770c3312b5e610 /core/EventDispatcher.php
parentd890428f4a063c1c75e0eee41319deb978f9c8e8 (diff)
fix assets of loaded but not activated plugins are executed, make sure to remove Referers and PDFReports from plugin config
Diffstat (limited to 'core/EventDispatcher.php')
-rw-r--r--core/EventDispatcher.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/EventDispatcher.php b/core/EventDispatcher.php
index 670269862a..d0c2112255 100644
--- a/core/EventDispatcher.php
+++ b/core/EventDispatcher.php
@@ -66,7 +66,7 @@ class EventDispatcher extends Singleton
}
if (empty($plugins)) {
- $plugins = \Piwik\Plugin\Manager::getInstance()->getLoadedPlugins();
+ $plugins = \Piwik\Plugin\Manager::getInstance()->getActivatedPlugins();
}
$callbacks = array();