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:
authormattab <matthieu.aubry@gmail.com>2013-09-17 08:11:32 +0400
committermattab <matthieu.aubry@gmail.com>2013-09-18 03:25:05 +0400
commit5aa9eef454d97f8450aa0966755b8494e4ec064b (patch)
treed33671c70f98bb3dace03844fe606796069e28fa /core/Plugin/MetadataLoader.php
parent57a0bc0302bf62939fc7f5df35e14f8ebad0fcd3 (diff)
Fixes #4128 JSON files for Piwik plugins are now plugin.json
Diffstat (limited to 'core/Plugin/MetadataLoader.php')
-rw-r--r--core/Plugin/MetadataLoader.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/core/Plugin/MetadataLoader.php b/core/Plugin/MetadataLoader.php
index 8f4d969abd..60d31f895e 100644
--- a/core/Plugin/MetadataLoader.php
+++ b/core/Plugin/MetadataLoader.php
@@ -22,11 +22,11 @@ require_once PIWIK_INCLUDE_PATH . '/core/Version.php';
/**
* Loads plugin metadata found in the following files:
- * - plugin.piwik.json
+ * - piwik.json
*/
class MetadataLoader
{
- const PLUGIN_JSON_FILENAME = 'plugin.piwik.json';
+ const PLUGIN_JSON_FILENAME = 'plugin.json';
/**
* The name of the plugin whose metadata will be loaded.