Skip to content

Commit

Permalink
refs #4053 make core plugin detection available from the outside
Browse files Browse the repository at this point in the history
  • Loading branch information
tsteur committed Sep 23, 2013
1 parent 3c29271 commit fd5cb97
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/PluginsManager.php
Expand Up @@ -393,7 +393,7 @@ protected static function isManifestFileFound($path)
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');
Expand Down

0 comments on commit fd5cb97

Please sign in to comment.