diff options
Diffstat (limited to 'mod/notifications/groups.php')
| -rw-r--r-- | mod/notifications/groups.php | 4 | 
1 files changed, 2 insertions, 2 deletions
diff --git a/mod/notifications/groups.php b/mod/notifications/groups.php index 3347d4054..973f3493c 100644 --- a/mod/notifications/groups.php +++ b/mod/notifications/groups.php @@ -28,8 +28,8 @@ $people = array();  $groupmemberships = elgg_get_entities_from_relationship(array(  	'relationship' => 'member',  	'relationship_guid' => $user->guid, -	'types' => 'group', -	'limit' => 9999, +	'type' => 'group', +	'limit' => false,  ));  $body = elgg_view_form('notificationsettings/groupsave', array(), array(  | 
