Update groups.php
This commit is contained in:
parent
c108554f77
commit
5da579eb86
|
|
@ -127,7 +127,7 @@ if (!class_exists('groups')) {
|
||||||
//assign the variables
|
//assign the variables
|
||||||
$this->name = 'group_member';
|
$this->name = 'group_member';
|
||||||
$this->table = 'user_groups';
|
$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')) {
|
if (permission_exists($this->name.'_delete')) {
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue