Add group_uuid to the group member delete redirect.

This commit is contained in:
Mark Crane
2015-03-05 10:49:26 +00:00
parent 03e9d0a632
commit e485944001

View File

@@ -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");
?>