IVR Menu - Edit: Update for PHP 8.1
This commit is contained in:
parent
83c05beb46
commit
b49892ab8a
|
|
@ -135,8 +135,8 @@
|
|||
$ivr_menu_cid_prefix = $_POST["ivr_menu_cid_prefix"];
|
||||
$ivr_menu_enabled = $_POST["ivr_menu_enabled"] ?? 'false';
|
||||
$ivr_menu_description = $_POST["ivr_menu_description"];
|
||||
$ivr_menu_options_delete = $_POST["ivr_menu_options_delete"];
|
||||
$dialplan_uuid = $_POST["dialplan_uuid"];
|
||||
$ivr_menu_options_delete = $_POST["ivr_menu_options_delete"] ?? null;
|
||||
$dialplan_uuid = $_POST["dialplan_uuid"] ?? null;
|
||||
|
||||
//set the context for users that do not have the permission
|
||||
if (permission_exists('ivr_menu_context')) {
|
||||
|
|
|
|||
Loading…
Reference in New Issue