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 08:50:10 +0400
committerThomas Steur <thomas.steur@gmail.com>2013-11-28 08:50:10 +0400
commita5571bd4b69218d0a28e95a76d25eb401001b41c (patch)
treee7b14b88ec73314a4b91859ce4ccdf0ebd4361e3 /core/EventDispatcher.php
parent8ce4ddff8465a289959038364033e5bfb338893a (diff)
this could fix the build
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 d0c2112255..670269862a 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()->getActivatedPlugins();
+ $plugins = \Piwik\Plugin\Manager::getInstance()->getLoadedPlugins();
}
$callbacks = array();