Issue 579 Fix - Removed some (probably) old code that caused legacy versions of IE to display the page incorrectly, break the domain selector, etc.
This commit is contained in:
parent
f9348d9caf
commit
1cfb1bceae
|
|
@ -39,10 +39,7 @@ else {
|
|||
$order = check_str($_GET["order"]);
|
||||
|
||||
//add multi-lingual support
|
||||
unset($text);
|
||||
echo "<!--\n";
|
||||
require_once "app/calls/app_languages.php";
|
||||
echo "-->\n";
|
||||
foreach($text as $key => $value) {
|
||||
$text[$key] = $value[$_SESSION['domain']['language']['code']];
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue