fix destination_condition_field gets overwritten by default setting (#7242)

This commit is contained in:
Ahron Greenberg (agree) 2025-02-11 10:41:25 -05:00 committed by GitHub
parent 2ef400aefd
commit 3603711d77
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 0 additions and 1 deletions

View File

@ -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;