From 4e3fc13879f9a3c06e3d120fdf9c31cf6af5c016 Mon Sep 17 00:00:00 2001 From: Mark Crane Date: Sun, 23 Mar 2014 17:36:15 +0000 Subject: [PATCH] Correct the file path for IVR Menu. --- resources/switch.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/switch.php b/resources/switch.php index 4f6eacf93d..964f8465d7 100644 --- a/resources/switch.php +++ b/resources/switch.php @@ -980,7 +980,7 @@ function switch_select_destination($select_type, $select_label, $select_name, $s } //list ivr menus - if (file_exists($_SERVER['DOCUMENT_ROOT'].PROJECT_PATH."/app/ivr_menus/app_config.php")) { + if (file_exists($_SERVER['DOCUMENT_ROOT'].PROJECT_PATH."/app/ivr_menu/app_config.php")) { if ($select_type == "dialplan" || $select_type == "ivr") { $sql = "select * from v_ivr_menus "; $sql .= "where domain_uuid = '$domain_uuid' ";