Fix the multi-lingual support on the active extensions page.
This commit is contained in:
parent
ba1324b95b
commit
c7ecda0fad
|
|
@ -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