Group Permissions - Display message and redirect on save.
This commit is contained in:
parent
a2694e18a5
commit
c654dd96d7
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue