Group Permissions - Display message and redirect on save.

This commit is contained in:
Nate 2020-03-04 10:34:41 -07:00
parent a2694e18a5
commit c654dd96d7
1 changed files with 7 additions and 0 deletions

View File

@ -142,6 +142,13 @@
$database->delete($array['delete']);
}
}
//set the message
message::add($text['message-update']);
//redirect
header('Location: group_permissions.php?group_uuid='.urlencode($group_uuid));
exit;
}
//get order and order by