mirror of
https://github.com/fusionpbx/fusionpbx.git
synced 2025-12-30 09:03:49 +00:00
IVR Menu - Edit: Fix delete.
This commit is contained in:
@@ -90,7 +90,7 @@
|
||||
$array[0]['checked'] = 'true';
|
||||
$array[0]['uuid'] = $_POST['ivr_menu_uuid'];
|
||||
|
||||
switch (!empty($_POST['action']) && $_POST['action']) {
|
||||
switch ($_POST['action']) {
|
||||
case 'copy':
|
||||
if (permission_exists('ivr_menu_add')) {
|
||||
$obj = new ivr_menu;
|
||||
|
||||
Reference in New Issue
Block a user