From 9ee466a8042b520fc894c977a0c5e759ec73cf0e Mon Sep 17 00:00:00 2001 From: FusionPBX Date: Thu, 12 Jan 2017 00:56:51 -0700 Subject: [PATCH] Update app_config.php --- app/ivr_menus/app_config.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/ivr_menus/app_config.php b/app/ivr_menus/app_config.php index 0cad850ee0..03bd3a7697 100644 --- a/app/ivr_menus/app_config.php +++ b/app/ivr_menus/app_config.php @@ -32,7 +32,7 @@ $apps[$x]['destinations'][$y]['select_value']['dialplan'] = "transfer:\${destination} XML \${context}"; $apps[$x]['destinations'][$y]['select_value']['ivr'] = "menu-exec-app:transfer \${destination} XML \${context}"; $apps[$x]['destinations'][$y]['select_label'] = "\${destination} \${name}"; - //if ($_SESSION['ivr menu']['application']['text'] != "lua") { + //if ($_SESSION['ivr_menu']['application']['text'] != "lua") { // $y++; // $apps[$x]['destinations'][$y]['type'] = "sql"; // $apps[$x]['destinations'][$y]['label'] = "ivr_menus_sub"; @@ -294,4 +294,4 @@ $apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = ""; $z++; -?> \ No newline at end of file +?>