From d068b132ebd1dc785745101561e1730ab7af2c79 Mon Sep 17 00:00:00 2001 From: FusionPBX Date: Wed, 15 Feb 2017 23:24:29 -0700 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 20b73593ca..b5059ce479 100644 --- a/app/tones/app_config.php +++ b/app/tones/app_config.php @@ -11,7 +11,7 @@ $apps[$x]['description']['en-us'] = "Manage Tones"; //destination details - $y = 0; + $y=0; $apps[$x]['destinations'][$y]['type'] = "sql"; $apps[$x]['destinations'][$y]['label'] = "tones"; $apps[$x]['destinations'][$y]['name'] = "tones"; @@ -26,4 +26,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 +?>