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