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
commit df8cf0a66b
1 changed files with 1 additions and 1 deletions

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