Fix the redirect for the ACL.

This commit is contained in:
markjcrane
2015-09-14 19:08:06 -06:00
parent 5f7565b07c
commit a02fae42bc

View File

@@ -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);
?>