From b42123feed1ce671bf6fdf9f8146c308ffb131af Mon Sep 17 00:00:00 2001 From: frytimo Date: Fri, 30 Aug 2019 16:09:59 -0400 Subject: [PATCH] Update apps_delete.php Missing Bracket ')' --- core/apps/apps_delete.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/core/apps/apps_delete.php b/core/apps/apps_delete.php index 3440b1c75c..09b2eccc5c 100644 --- a/core/apps/apps_delete.php +++ b/core/apps/apps_delete.php @@ -39,7 +39,7 @@ else { $text = $language->get(); //get the id - if (is_uuid($_GET["id"]) { + if (is_uuid($_GET["id"])) { $app_uuid = $_GET["id"]; @@ -98,4 +98,4 @@ else { header("Location: apps.php"); return; -?> \ No newline at end of file +?>