Add group_uuid to the browser redirect.
This commit is contained in:
parent
867f245cc2
commit
03e9d0a632
|
|
@ -75,6 +75,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");
|
||||
|
||||
?>
|
||||
Loading…
Reference in New Issue