diff --git a/core/groups/group_edit.php b/core/groups/group_edit.php index 452e2e8310..20c46742ed 100644 --- a/core/groups/group_edit.php +++ b/core/groups/group_edit.php @@ -192,7 +192,7 @@ unset($button_margin); } if (permission_exists('group_member_view')) { - echo button::create(['type'=>'button','label'=>$text['button-members'],'icon'=>'users','style'=>$button_margin,'link'=>'groupmembers.php?group_uuid='.urlencode($group_uuid)]); + echo button::create(['type'=>'button','label'=>$text['button-members'],'icon'=>'users','style'=>$button_margin,'link'=>'group_members.php?group_uuid='.urlencode($group_uuid)]); unset($button_margin); } $button_margin = 'margin-left: 15px;'; @@ -311,4 +311,4 @@ //include the footer require_once "resources/footer.php"; -?> \ No newline at end of file +?>