Extension - Edit: Update for PHP 8.1
This commit is contained in:
parent
1a65701da8
commit
7c85bc95f6
|
|
@ -46,7 +46,7 @@
|
||||||
if (!empty($_REQUEST["id"]) && is_uuid($_REQUEST["id"])) {
|
if (!empty($_REQUEST["id"]) && is_uuid($_REQUEST["id"])) {
|
||||||
$action = "update";
|
$action = "update";
|
||||||
$extension_uuid = $_REQUEST["id"];
|
$extension_uuid = $_REQUEST["id"];
|
||||||
$page = $_REQUEST['page'];
|
$page = $_REQUEST['page'] ?? null;
|
||||||
}
|
}
|
||||||
else {
|
else {
|
||||||
$action = "add";
|
$action = "add";
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue