From 9e3bfdd7bca01a0e40f62f409e76e3ee1fc8fdd3 Mon Sep 17 00:00:00 2001 From: FusionPBX Date: Wed, 10 Apr 2019 12:21:53 -0600 Subject: [PATCH] Update dialplan.php --- app/dialplans/resources/classes/dialplan.php | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/app/dialplans/resources/classes/dialplan.php b/app/dialplans/resources/classes/dialplan.php index 9f0d970bb6..f1f3dfcdfa 100644 --- a/app/dialplans/resources/classes/dialplan.php +++ b/app/dialplans/resources/classes/dialplan.php @@ -17,7 +17,7 @@ The Initial Developer of the Original Code is Mark J Crane - Copyright (C) 2010-2016 + Copyright (C) 2010-2019 All Rights Reserved. Contributor(s): @@ -400,6 +400,9 @@ include "root.php"; if (strlen($row2['@attributes']['inline']) > 0) { $this->dialplan_detail_inline = $row2['@attributes']['inline']; } + else { + $this->dialplan_detail_inline = null; + } $this->dialplan_detail_group = $group; $this->dialplan_detail_order = $order; $this->dialplan_detail_add();