mirror of
https://github.com/fusionpbx/fusionpbx.git
synced 2026-01-06 19:53:56 +00:00
Update conference_center_edit.php
This commit is contained in:
@@ -145,15 +145,15 @@
|
|||||||
$p->add("dialplan_edit", "temp");
|
$p->add("dialplan_edit", "temp");
|
||||||
|
|
||||||
//save to the data
|
//save to the data
|
||||||
$orm = new orm;
|
$database = new database;
|
||||||
//$orm->name('conference_centers');
|
//$database->name('conference_centers');
|
||||||
$orm->app_name = "conference_centers";
|
$database->app_name = "conference_centers";
|
||||||
$orm->app_uuid = "b81412e8-7253-91f4-e48e-42fc2c9a38d9";
|
$database->app_uuid = "b81412e8-7253-91f4-e48e-42fc2c9a38d9";
|
||||||
if (strlen($conference_center_uuid) > 0) {
|
if (strlen($conference_center_uuid) > 0) {
|
||||||
$orm->uuid($conference_center_uuid);
|
$database->uuid($conference_center_uuid);
|
||||||
}
|
}
|
||||||
$orm->save($array);
|
$database->save($array);
|
||||||
$message = $orm->message;
|
$message = $database->message;
|
||||||
|
|
||||||
//remove the temporary permission
|
//remove the temporary permission
|
||||||
$p->delete("dialplan_add", "temp");
|
$p->delete("dialplan_add", "temp");
|
||||||
|
|||||||
Reference in New Issue
Block a user