From 09d0ae1a0e0a7d886fa7dd4e6a47580a7bc5cc3e Mon Sep 17 00:00:00 2001 From: Mark Crane Date: Thu, 30 Apr 2015 01:05:09 +0000 Subject: [PATCH] Add a space. --- app/destinations/destination_edit.php | 1 + 1 file changed, 1 insertion(+) diff --git a/app/destinations/destination_edit.php b/app/destinations/destination_edit.php index 7ce88dc285..2cbd0525f2 100644 --- a/app/destinations/destination_edit.php +++ b/app/destinations/destination_edit.php @@ -378,6 +378,7 @@ if (count($_POST) > 0 && strlen($_POST["persistformvar"]) == 0) { $p = new permissions; $p->add("dialplan_edit", 'temp'); $p->add("dialplan_detail_edit", 'temp'); + //save the dialplan $orm = new orm; $orm->name('dialplans');