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/Plugin/MetadataLoader.php')
-rw-r--r--core/Plugin/MetadataLoader.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/Plugin/MetadataLoader.php b/core/Plugin/MetadataLoader.php
index 80eae18a80..a28f4cfc43 100644
--- a/core/Plugin/MetadataLoader.php
+++ b/core/Plugin/MetadataLoader.php
@@ -133,7 +133,7 @@ class MetadataLoader
*/
private function getPathToPluginFolder()
{
- return \Piwik\Plugin\Manager::getPluginsDirectory() . $this->pluginName;
+ return \Piwik\Plugin\Manager::getPluginDirectory($this->pluginName);
}
/**