12
OK, so go to line 69
$module_list = $module_handler->getList($criteria);
Replace by this
$module_list = $module_handler->getList($criteria);
$module_list[0] = _AM_CUSTOM;
Notice that _AM_CUSTOM will need to be defined in system/language/admin/groups.php
But this is just a temporary fix, phppp will have to look into this.