Explorar el Código

Update groups.php

FusionPBX hace 5 años
padre
commit
d5f9a48ee3
Se han modificado 1 ficheros con 2 adiciones y 2 borrados
  1. 2 2
      core/groups/resources/classes/groups.php

+ 2 - 2
core/groups/resources/classes/groups.php

@@ -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')) {
 
 
@@ -473,4 +473,4 @@ if (!class_exists('groups')) {
 	}
 	}
 }
 }
 
 
-?>
+?>