Fix the redirect for the ACL.
This commit is contained in:
parent
b3c53ae6f5
commit
e0f9865d71
|
|
@ -33,6 +33,6 @@ else {
|
|||
|
||||
//redirect the user
|
||||
$_SESSION['message'] = $text['message-delete'];
|
||||
header('Location: access_control_node_edit.php?id='.$access_control_uuid);
|
||||
header('Location: access_control_edit.php?id='.$access_control_uuid);
|
||||
|
||||
?>
|
||||
Loading…
Reference in New Issue