mirror of
https://github.com/fusionpbx/fusionpbx.git
synced 2026-02-23 11:26:32 +00:00
Group Permissions - Display message and redirect on save.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user