Merge pull request #4474 from frytimo/patch-1

Update apps_delete.php
This commit is contained in:
Nate
2019-08-30 20:51:10 -04:00
committed by GitHub

View File

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