From bc195031d14038ba37a4bbc49ceda919c7ef4bfe Mon Sep 17 00:00:00 2001 From: mattab Date: Sat, 12 Apr 2014 15:34:46 +1200 Subject: Refs #4357 let's see how build behaves with this change? --- core/EventDispatcher.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'core/EventDispatcher.php') 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(); -- cgit v1.2.3