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:
Diffstat (limited to 'core/Common.php')
-rw-r--r--core/Common.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/Common.php b/core/Common.php
index c7ed91eacd..da6e8892b5 100644
--- a/core/Common.php
+++ b/core/Common.php
@@ -105,7 +105,7 @@ class Common
*/
public static function isGoalPluginEnabled()
{
- return PluginsManager::getInstance()->isPluginActivated('Goals');
+ return \Piwik\PluginsManager::getInstance()->isPluginActivated('Goals');
}
/*