Correct the file path for IVR Menu.

This commit is contained in:
Mark Crane 2014-03-23 17:36:15 +00:00
parent ca411bd425
commit 68a874e723
1 changed files with 1 additions and 1 deletions

View File

@ -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' ";