Issue 579 Fix - Okay, now really fixed, I believe.

This commit is contained in:
Nate Jones 2014-04-27 02:35:03 +00:00
parent 1cfb1bceae
commit 0760efa210
2 changed files with 1 additions and 2 deletions

View File

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

View File

@ -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']];
}