From f96c0f12e80428e912ba730f420da15ddd232ee4 Mon Sep 17 00:00:00 2001 From: mattab Date: Mon, 3 Mar 2014 14:38:34 +1300 Subject: Fixes #4357 Merging branch into master, let's see if the build stays green --- 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 b884505177..ba6365d9f2 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()->getActivatedAndLoadedPlugins(); } $callbacks = array(); -- cgit v1.2.3