Fix a notice error on the menu.

This commit is contained in:
Mark Crane
2013-01-16 06:38:45 +00:00
parent 6019c49f41
commit 58e00e580b
8 changed files with 49 additions and 5 deletions

View File

@@ -35,6 +35,12 @@ else {
exit;
}
//add multi-lingual support
require_once "app_languages.php";
foreach($text as $key => $value) {
$text[$key] = $value[$_SESSION['domain']['language']['code']];
}
//set the http get/post variable(s) to a php variable
if (isset($_REQUEST["id"])) {
$ivr_menu_uuid = $_GET["id"];