Details
-
Type: Bug
-
Status: Done/Fixed
-
Priority: Major
-
Resolution: Duplicate
-
Affects Version/s: 4.0.4, 4.0.5
-
Fix Version/s: 4.0.6
-
Component/s: Drupal Integration Modules
-
Labels:None
Description
Error message:
Notice: Undefined variable: gid in civicrm_group_roles_add_remove_groups() (line 584 of all/modules/civicrm/drupal/modules/civicrm_group_roles/civicrm_group_roles.module).
Line 580:
Is: foreach ( $groupIds as $groupId ) {
Should be: foreach ( $groupIds as $gid ) {