🎨 Fix comment

Signed-off-by: Luke Tainton <luke@tainton.uk>
This commit is contained in:
2020-08-10 18:16:01 +01:00
parent ba24cb5427
commit 1f069a387a

View File

@@ -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";