mirror of
https://github.com/fusionpbx/fusionpbx.git
synced 2026-01-04 02:43:48 +00:00
Add group_uuid to the group member delete redirect.
This commit is contained in:
@@ -60,6 +60,6 @@ else {
|
||||
}
|
||||
|
||||
//redirect the user
|
||||
header("Location: groupmembers.php?group_name=$group_name");
|
||||
header("Location: groupmembers.php?group_uuid=$group_uuid&group_name=$group_name");
|
||||
|
||||
?>
|
||||
Reference in New Issue
Block a user