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
path: root/core
diff options
context:
space:
mode:
authorThomas Steur <thomas.steur@gmail.com>2013-09-23 06:23:13 +0400
committerThomas Steur <thomas.steur@gmail.com>2013-09-23 06:23:13 +0400
commitfd5cb979eee1649b7f3d37a8ea741dc793a5904a (patch)
tree50e20e3b961162074fc49c4d68357a1508f3c55f /core
parent3c29271c428405fea4dee4279e4bc806d65d2f17 (diff)
refs #4053 make core plugin detection available from the outside
Diffstat (limited to 'core')
-rw-r--r--core/PluginsManager.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/PluginsManager.php b/core/PluginsManager.php
index 6e099f0d78..2f8caad887 100644
--- a/core/PluginsManager.php
+++ b/core/PluginsManager.php
@@ -393,7 +393,7 @@ class PluginsManager
return file_exists($path . "/" . MetadataLoader::PLUGIN_JSON_FILENAME);
}
- protected function isPluginBundledWithCore($name)
+ public function isPluginBundledWithCore($name)
{
// Reading the plugins from the global.ini.php config file
$pluginsBundledWithPiwik = Config::getInstance()->getFromDefaultConfig('Plugins');