Update dialplan_edit.php
This commit is contained in:
@@ -171,7 +171,6 @@
|
|||||||
//add or update the database
|
//add or update the database
|
||||||
if ($_POST["persistformvar"] != "true") {
|
if ($_POST["persistformvar"] != "true") {
|
||||||
$database = new database;
|
$database = new database;
|
||||||
$database->name('dialplans');
|
|
||||||
$database->app_name = 'dialplans';
|
$database->app_name = 'dialplans';
|
||||||
$database->app_uuid = $app_uuid;
|
$database->app_uuid = $app_uuid;
|
||||||
$database->uuid($dialplan_uuid);
|
$database->uuid($dialplan_uuid);
|
||||||
|
|||||||
Reference in New Issue
Block a user