Add the underscore to the filename.
This commit is contained in:
parent
abce6119eb
commit
0d84692809
|
|
@ -65,6 +65,6 @@
|
|||
|
||||
//redirect the user
|
||||
message::add($text['message-delete']);
|
||||
header("Location: groupmembers.php?group_uuid=".$group_uuid."&group_name=".$group_name);
|
||||
header("Location: group_members.php?group_uuid=".$group_uuid."&group_name=".$group_name);
|
||||
|
||||
?>
|
||||
|
|
|
|||
Loading…
Reference in New Issue