Fix the multi-lingual support on the active extensions page.

This commit is contained in:
Mark Crane 2012-12-05 09:23:53 +00:00
parent ba1324b95b
commit c7ecda0fad
1 changed files with 0 additions and 5 deletions

View File

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