extension_settings and domains php 8.1 changes (#6737)

* Update extension_settings.php

* Update extension_setting_edit.php

* Update extension_edit.php

* Update domain_edit.php

* Update domain_json.php

* Update extension_setting_edit.php
This commit is contained in:
Alex
2023-06-02 12:43:35 -06:00
committed by GitHub
parent 358c36ef2b
commit 75da594fea
5 changed files with 46 additions and 27 deletions
+2 -2
View File
@@ -50,7 +50,7 @@
if (!empty($_REQUEST["id"]) && is_uuid($_REQUEST["id"])) {
$action = "update";
$extension_uuid = $_REQUEST["id"];
$page = $_REQUEST['page'];
$page = $_REQUEST['page'] ?? '';
}
else {
$action = "add";
@@ -2217,4 +2217,4 @@
//include the footer
require_once "resources/footer.php";
?>
?>