Details
-
Type: Bug
-
Status: Done/Fixed
-
Priority: Major
-
Resolution: Won't Fix
-
Affects Version/s: 4.4.4
-
Fix Version/s: None
-
Component/s: Drupal Integration Modules
-
Labels:None
Description
6.x-master/modules/civicrm_group_roles/civicrm_group_roles.module contains a call to load a missing API file on line 243:
require_once 'api/v2/GroupContact.php';
api/v2 has been removed entirely (not sure when) so it blows up.