Active Calls: Updates for PHP 8.1

This commit is contained in:
fusionate
2023-05-25 19:41:42 +00:00
parent c4a42dda96
commit 4b86260336
3 changed files with 5 additions and 5 deletions
+1 -1
View File
@@ -70,7 +70,7 @@
}
}
}
if (is_uuid($_REQUEST['uuid'])) {
if (!empty($_REQUEST['uuid']) && is_uuid($_REQUEST['uuid'])) {
$calls[] = $_REQUEST['uuid'];
}