Fix the redirect for the ACL.

This commit is contained in:
markjcrane
2015-09-14 19:08:06 -06:00
parent b3c53ae6f5
commit e0f9865d71

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