From 1f069a387a8ed8cfb7a31d9880a5c63cb018e0ec Mon Sep 17 00:00:00 2001 From: Luke Tainton Date: Mon, 10 Aug 2020 18:16:01 +0100 Subject: [PATCH] :art: Fix comment Signed-off-by: Luke Tainton --- app/public/actions/reopen.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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";