From fa6aa4318b65ef04912598b044bdea04bd7e3495 Mon Sep 17 00:00:00 2001 From: wrongecho Date: Wed, 2 Oct 2024 11:42:30 +0100 Subject: [PATCH] tidy --- portal/portal_post.php | 1 - 1 file changed, 1 deletion(-) diff --git a/portal/portal_post.php b/portal/portal_post.php index 026a4eb0..2afdd06f 100644 --- a/portal/portal_post.php +++ b/portal/portal_post.php @@ -223,7 +223,6 @@ if (isset($_GET['resolve_ticket'])) { // Custom action/notif handler customAction('ticket_resolve', $ticket_id); - exit; header("Location: ticket.php?id=" . $ticket_id);