From 3603711d77c156e179319b1f514b40677f6f8a84 Mon Sep 17 00:00:00 2001 From: "Ahron Greenberg (agree)" <37550360+greenbea@users.noreply.github.com> Date: Tue, 11 Feb 2025 10:41:25 -0500 Subject: [PATCH] fix destination_condition_field gets overwritten by default setting (#7242) --- app/destinations/destination_edit.php | 1 - 1 file changed, 1 deletion(-) diff --git a/app/destinations/destination_edit.php b/app/destinations/destination_edit.php index 1508e4e240..bdcae911f5 100644 --- a/app/destinations/destination_edit.php +++ b/app/destinations/destination_edit.php @@ -462,7 +462,6 @@ } //authorized specific dialplan_detail_type that are safe, sanitize all other values - $dialplan_detail_type = $settings->get('dialplan', 'destination', ''); switch ($dialplan_detail_type) { case 'destination_number': break;