From 946cad8829860b0b1ceec6a7cb70379817d92bd1 Mon Sep 17 00:00:00 2001 From: FusionPBX Date: Thu, 29 Mar 2018 19:25:14 -0600 Subject: [PATCH] Update app_config.php --- app/tones/app_config.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/tones/app_config.php b/app/tones/app_config.php index 77c4bf9765..0021a4acee 100644 --- a/app/tones/app_config.php +++ b/app/tones/app_config.php @@ -34,7 +34,7 @@ $apps[$x]['destinations'][$y]['label'] = "tones"; $apps[$x]['destinations'][$y]['name'] = "tones"; $apps[$x]['destinations'][$y]['sql'] = "select var_uuid as uuid, var_name as name, var_value as destination, var_description as description from v_vars"; - $apps[$x]['destinations'][$y]['where'] = "where var_cat = 'Tones' "; + $apps[$x]['destinations'][$y]['where'] = "where var_category = 'Ringtones' "; $apps[$x]['destinations'][$y]['order_by'] = "var_name asc"; $apps[$x]['destinations'][$y]['field']['uuid'] = "var_uuid"; $apps[$x]['destinations'][$y]['field']['name'] = "var_name"; @@ -44,4 +44,4 @@ $apps[$x]['destinations'][$y]['select_value']['ivr'] = "play tone_stream://\${destination}"; $apps[$x]['destinations'][$y]['select_label'] = "\${name}"; -?> \ No newline at end of file +?>