From a5571bd4b69218d0a28e95a76d25eb401001b41c Mon Sep 17 00:00:00 2001 From: Thomas Steur Date: Thu, 28 Nov 2013 04:50:10 +0000 Subject: this could fix the build --- 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 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(); -- cgit v1.2.3