Fix the multi-lingual support on the active extensions page.
This commit is contained in:
parent
97b813e58a
commit
4910905b1b
|
|
@ -35,11 +35,6 @@ else {
|
|||
exit;
|
||||
}
|
||||
|
||||
//add multi-lingual support
|
||||
foreach($text as $key => $value) {
|
||||
$text[$key] = $value[$_SESSION['domain']['language']['code']];
|
||||
}
|
||||
|
||||
//set debug to true or false
|
||||
$debug = false;
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue