mirror of
https://github.com/VladPolskiy/dokuwiki.git
synced 2025-07-20 16:45:41 +00:00

Plugins may have one main component of a type or they might have multiple of the same type in a subdirectory. Sometimes they may have both. This is often the case for organically grown plugin, commonly with helper classes where a helper.php exists first only to be extended by helper/*.php files later. This patch fixes the listing of plugin(components) by type in the plugin controller. It also adjusts bin/plugin.php to handle plugin CLI components.