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:
authormattab <matthieu.aubry@gmail.com>2014-03-03 05:38:34 +0400
committermattab <matthieu.aubry@gmail.com>2014-03-03 05:38:34 +0400
commitf96c0f12e80428e912ba730f420da15ddd232ee4 (patch)
tree4c23060665f12f1f439e2664c7bd97f90cc7f208 /core/EventDispatcher.php
parent2a60ff35fbf059e5a2076528950d1cec00a95ae4 (diff)
Fixes #4357 Merging branch into master, let's see if the build stays green
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 b884505177..ba6365d9f2 100644
--- a/core/EventDispatcher.php
+++ b/core/EventDispatcher.php
@@ -64,7 +64,7 @@ class EventDispatcher extends Singleton
}
if (empty($plugins)) {
- $plugins = \Piwik\Plugin\Manager::getInstance()->getLoadedPlugins();
+ $plugins = \Piwik\Plugin\Manager::getInstance()->getActivatedAndLoadedPlugins();
}
$callbacks = array();