Issue 579 Fix - Okay, now really fixed, I believe.
This commit is contained in:
parent
1cfb1bceae
commit
0760efa210
|
|
@ -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']];
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue