mirror of
https://github.com/fusionpbx/fusionpbx.git
synced 2025-12-30 09:03:49 +00:00
Extension - Edit: Update for PHP 8.1
This commit is contained in:
@@ -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";
|
||||
|
||||
Reference in New Issue
Block a user