From cb575fb6994be6edd9728ab78075c611791d05c4 Mon Sep 17 00:00:00 2001 From: Thomas Steur Date: Wed, 27 Nov 2013 23:47:29 +0000 Subject: fix assets of loaded but not activated plugins are executed, make sure to remove Referers and PDFReports from plugin config --- 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 670269862a..d0c2112255 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()->getLoadedPlugins(); + $plugins = \Piwik\Plugin\Manager::getInstance()->getActivatedPlugins(); } $callbacks = array(); -- cgit v1.2.3