Add the underscore to the filename.

This commit is contained in:
FusionPBX
2020-05-08 19:20:36 -06:00
committed by GitHub
parent abce6119eb
commit 0d84692809

View File

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