From ad4bd157a714847b3177335efe331c94ebef2df9 Mon Sep 17 00:00:00 2001 From: FusionPBX Date: Thu, 20 Oct 2016 09:38:08 -0600 Subject: [PATCH] Update dialplan_edit.php --- app/dialplan/dialplan_edit.php | 1 - 1 file changed, 1 deletion(-) diff --git a/app/dialplan/dialplan_edit.php b/app/dialplan/dialplan_edit.php index 32597b9c57..66f4a7b51e 100644 --- a/app/dialplan/dialplan_edit.php +++ b/app/dialplan/dialplan_edit.php @@ -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);