From 5da579eb8617b2dead49aa54abb6e68e9013409d Mon Sep 17 00:00:00 2001 From: FusionPBX Date: Fri, 8 May 2020 19:18:21 -0600 Subject: [PATCH] Update groups.php --- core/groups/resources/classes/groups.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/core/groups/resources/classes/groups.php b/core/groups/resources/classes/groups.php index 4405afd5e0..432abd253f 100644 --- a/core/groups/resources/classes/groups.php +++ b/core/groups/resources/classes/groups.php @@ -127,7 +127,7 @@ if (!class_exists('groups')) { //assign the variables $this->name = 'group_member'; $this->table = 'user_groups'; - $this->location = 'groupmembers.php?group_uuid='.$this->group_uuid; + $this->location = 'group_members.php?group_uuid='.$this->group_uuid; if (permission_exists($this->name.'_delete')) { @@ -473,4 +473,4 @@ if (!class_exists('groups')) { } } -?> \ No newline at end of file +?>