Extension - Edit: Update for PHP 8.1

This commit is contained in:
fusionate 2023-06-22 18:35:59 +00:00
parent 1a65701da8
commit 7c85bc95f6
No known key found for this signature in database
1 changed files with 1 additions and 1 deletions

View File

@ -46,7 +46,7 @@
if (!empty($_REQUEST["id"]) && is_uuid($_REQUEST["id"])) {
$action = "update";
$extension_uuid = $_REQUEST["id"];
$page = $_REQUEST['page'];
$page = $_REQUEST['page'] ?? null;
}
else {
$action = "add";