Update apps_delete.php

Missing Bracket ')'
This commit is contained in:
frytimo 2019-08-30 16:09:59 -04:00 committed by GitHub
parent 970a5094cb
commit b42123feed
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 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"];
@ -98,4 +98,4 @@ else {
header("Location: apps.php");
return;
?>
?>