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 +?>