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-04-12 07:34:46 +0400
committermattab <matthieu.aubry@gmail.com>2014-04-12 07:34:46 +0400
commitbc195031d14038ba37a4bbc49ceda919c7ef4bfe (patch)
treeeaa9ee726178abe9583d97b4e270b961c7ea2d62 /core/EventDispatcher.php
parent8606d11238ec3742fe8aac1712ab0d9d49b58bc2 (diff)
Refs #4357 let's see how build behaves with this change?
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 9a07801d22..88e84d888d 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()->getPluginsLoadedAndActivated();
}
$callbacks = array();