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