Details
-
Type: Bug
-
Status: Done/Fixed
-
Priority: Minor
-
Resolution: Fixed/Completed
-
Affects Version/s: 4.0.4, 4.0.5
-
Fix Version/s: 4.0.6
-
Component/s: Drupal Integration Modules
-
Labels:None
Description
With the module: CiviGroup Roles Sync
comes the following error:
Notice: Undefined variable: gid in civicrm_group_roles_add_remove_groups() (linea 584 di /home/civicrm/sites/all/modules/civicrm/drupal/modules/civicrm_group_roles/civicrm_group_roles.module).
I added the first of the line 584 the following code to solve the problem:
$gid = $groupId->group_id;