Comment out the database response.

This commit is contained in:
FusionPBX 2022-09-18 04:48:17 -06:00 committed by GitHub
parent 4400618830
commit 884e90ac39
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 2 deletions

View File

@ -898,7 +898,6 @@
} }
} }
$array['destinations'][$x]["destination_actions"] = json_encode($actions); $array['destinations'][$x]["destination_actions"] = json_encode($actions);
$array['destinations'][$x]["destination_order"] = $destination_order; $array['destinations'][$x]["destination_order"] = $destination_order;
$array['destinations'][$x]["destination_enabled"] = $destination_enabled; $array['destinations'][$x]["destination_enabled"] = $destination_enabled;
$array['destinations'][$x]["destination_description"] = $destination_description; $array['destinations'][$x]["destination_description"] = $destination_description;
@ -921,7 +920,7 @@
$database->app_name = 'destinations'; $database->app_name = 'destinations';
$database->app_uuid = '5ec89622-b19c-3559-64f0-afde802ab139'; $database->app_uuid = '5ec89622-b19c-3559-64f0-afde802ab139';
$database->save($array); $database->save($array);
$dialplan_response = $database->message; //$dialplan_response = $database->message;
//remove the temporary permission //remove the temporary permission
$p->delete("dialplan_add", 'temp'); $p->delete("dialplan_add", 'temp');