Fix the language translations for conferences.

This commit is contained in:
Mark Crane 2012-11-16 20:49:20 +00:00
parent 94fc7b41d1
commit 65a50ace20
2 changed files with 3 additions and 3 deletions

View File

@ -35,7 +35,7 @@ else {
}
//add multi-lingual support
require_once "app/calls/app_languages.php";
require_once "app_languages.php";
foreach($text as $key => $value) {
$text[$key] = $value[$_SESSION['domain']['language']['code']];
}

View File

@ -35,7 +35,7 @@ else {
}
//add multi-lingual support
require_once "app/calls/app_languages.php";
require_once "app_languages.php";
foreach($text as $key => $value) {
$text[$key] = $value[$_SESSION['domain']['language']['code']];
}