Fix the redirect for the ACL.
This commit is contained in:
parent
5f7565b07c
commit
a02fae42bc
|
|
@ -33,6 +33,6 @@ else {
|
||||||
|
|
||||||
//redirect the user
|
//redirect the user
|
||||||
$_SESSION['message'] = $text['message-delete'];
|
$_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