Update call_edit.php

This commit is contained in:
FusionPBX 2016-10-18 09:28:23 -06:00 committed by GitHub
parent 012d0c24df
commit d0ed299083
1 changed files with 5 additions and 5 deletions

View File

@ -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) {