Update groups.php

This commit is contained in:
FusionPBX 2020-05-08 19:18:21 -06:00 committed by GitHub
parent c108554f77
commit 5da579eb86
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -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')) {