mirror of
https://github.com/fusionpbx/fusionpbx.git
synced 2026-01-06 11:43:50 +00:00
fix destination_condition_field gets overwritten by default setting (#7242)
This commit is contained in:
committed by
GitHub
parent
2ef400aefd
commit
3603711d77
@@ -462,7 +462,6 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
//authorized specific dialplan_detail_type that are safe, sanitize all other values
|
//authorized specific dialplan_detail_type that are safe, sanitize all other values
|
||||||
$dialplan_detail_type = $settings->get('dialplan', 'destination', '');
|
|
||||||
switch ($dialplan_detail_type) {
|
switch ($dialplan_detail_type) {
|
||||||
case 'destination_number':
|
case 'destination_number':
|
||||||
break;
|
break;
|
||||||
|
|||||||
Reference in New Issue
Block a user