diff --git a/app/public/actions/reopen.php b/app/public/actions/reopen.php index 1f81c3e..3aee5f5 100644 --- a/app/public/actions/reopen.php +++ b/app/public/actions/reopen.php @@ -10,7 +10,7 @@ $is_authorised = false; }; - // Close request + // Reopen request if ($is_authorised == true) { try { $stmt = "UPDATE tickets SET status='Reopened' WHERE uuid=:uuid";