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:
@@ -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";
|
||||
|
||||
?>
|
||||
?>
|
||||
|
||||
Reference in New Issue
Block a user