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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

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