-
Type:
Bug
-
Resolution: Fixed
-
Priority:
Minor
-
Affects Version/s: COmanage Registry 0.9.1 (Essential Enneagon Plus One)
-
Component/s: Registry
The account dropdown menu for plugins does not appropriately inflect the name of the plugin.
The code in secondaryMenu.ctp has
$args['plugin'] = $plugin;
instead of
$args['plugin'] = Inflector::underscore($plugin);