From c5e0857ee34000b0dcd122ef3a7b5099680a73f8 Mon Sep 17 00:00:00 2001 From: FusionPBX Date: Sat, 15 Apr 2017 13:47:40 -0600 Subject: [PATCH] Update switch.php --- resources/switch.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/switch.php b/resources/switch.php index 1eadb5cac0..ceea9ac879 100644 --- a/resources/switch.php +++ b/resources/switch.php @@ -646,7 +646,7 @@ function dialplan_add($domain_uuid, $dialplan_uuid, $dialplan_name, $dialplan_or unset($sql); } -function dialplan_detail_add($domain_uuid, $dialplan_uuid, $dialplan_detail_tag, $dialplan_detail_order, $dialplan_detail_group, $dialplan_detail_type, $dialplan_detail_data, $dialplan_detail_break, $dialplan_detail_inline) { +function dialplan_detail_add($domain_uuid, $dialplan_uuid, $dialplan_detail_tag, $dialplan_detail_order, $dialplan_detail_group, $dialplan_detail_type, $dialplan_detail_data, $dialplan_detail_break = null, $dialplan_detail_inline = null) { //get the database connection require_once "resources/classes/database.php";