mirror of
https://github.com/fusionpbx/fusionpbx.git
synced 2026-01-07 12:13:49 +00:00
Issue 579 Fix - Okay, now really fixed, I believe.
This commit is contained in:
@@ -39,6 +39,7 @@ else {
|
||||
$order = check_str($_GET["order"]);
|
||||
|
||||
//add multi-lingual support
|
||||
unset($text);
|
||||
require_once "app/calls/app_languages.php";
|
||||
foreach($text as $key => $value) {
|
||||
$text[$key] = $value[$_SESSION['domain']['language']['code']];
|
||||
|
||||
@@ -47,9 +47,7 @@
|
||||
require_once "resources/header.php";
|
||||
|
||||
//add multi-lingual support
|
||||
echo "<!--\n";
|
||||
require_once "app_languages.php";
|
||||
echo "-->\n";
|
||||
foreach($text as $key => $value) {
|
||||
$text[$key] = $value[$_SESSION['domain']['language']['code']];
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user