mirror of
https://github.com/fusionpbx/fusionpbx.git
synced 2026-01-04 02:43:48 +00:00
Update call_edit.php
This commit is contained in:
@@ -234,11 +234,11 @@
|
||||
}
|
||||
|
||||
//save the data
|
||||
$orm = new orm;
|
||||
$orm->app_name = 'call_routing';
|
||||
$orm->app_uuid = '19806921-e8ed-dcff-b325-dd3e5da4959d';
|
||||
$orm->save($array);
|
||||
//$message = $orm->message;
|
||||
$database = new database;
|
||||
$database->app_name = 'call_routing';
|
||||
$database->app_uuid = '19806921-e8ed-dcff-b325-dd3e5da4959d';
|
||||
$database->save($array);
|
||||
//$message = $database->message;
|
||||
|
||||
//delete empty destination records
|
||||
if (is_array($follow_me_delete_uuids) && sizeof($follow_me_delete_uuids) > 0) {
|
||||
|
||||
Reference in New Issue
Block a user