Update bridge_edit.php

This commit is contained in:
Nate
2019-10-19 10:07:18 -06:00
parent 0f05cdcb87
commit 5dd179d2c4
2 changed files with 12 additions and 10 deletions
+7 -7
View File
@@ -1,7 +1,7 @@
<?php
/**
* call_recordings class
* bridges class
*
* @method null download
*/
@@ -184,14 +184,14 @@ if (!class_exists('bridges')) {
//save the changes and set the message
if (is_array($array) && @sizeof($array) != 0) {
//save the array
$database = new database;
$database->app_name = 'bridges';
$database->app_uuid = 'a6a7c4c5-340a-43ce-bcbc-2ed9bab8659d';
$database->save($array);
unset($array);
$database = new database;
$database->app_name = 'bridges';
$database->app_uuid = 'a6a7c4c5-340a-43ce-bcbc-2ed9bab8659d';
$database->save($array);
unset($array);
//set message
message::add($text['message-copy']);
message::add($text['message-copy']);
}
unset($bridges);
}