diff --git a/app/call_flows/call_flow_edit.php b/app/call_flows/call_flow_edit.php index a0af2be372..98b0251afb 100644 --- a/app/call_flows/call_flow_edit.php +++ b/app/call_flows/call_flow_edit.php @@ -627,7 +627,7 @@ echo "\n"; echo "\n"; - sound_select_list(!empty($call_flow_sound), 'call_flow_sound', 'call_flow_sound', true); + sound_select_list($call_flow_sound, 'call_flow_sound', 'call_flow_sound', true); /* echo "\n"; @@ -671,7 +671,7 @@ echo "\n"; echo "\n"; - sound_select_list(!empty($call_flow_alternate_sound), 'call_flow_alternate_sound', 'call_flow_alternate_sound', true); + sound_select_list($call_flow_alternate_sound, 'call_flow_alternate_sound', 'call_flow_alternate_sound', true); /* echo "\n";