2012-02-11, 04:49 AM
(2012-02-11, 12:58 AM)Jordan L. Wrote: Yes it is, I have no problem using it when I manually type in the plugin link for the ACP module. It just doesn't show a link in the first place by itself. Other than that it works fine.
You just need to make a little edit I think, I did it my self IIRC.
Aries-Belgium left the community by the looks of it -.-
Search:
function mydevel_generate_admin_config_menu($sub_menu)
Replace:
function mydevel_generate_admin_config_menu(&$sub_menu)
Find:
function mydevel_generate_admin_config_action_handler($actions)
Replace:
function mydevel_generate_admin_config_action_handler(&$actions)
I think that is it.