mirror of
https://github.com/fusionpbx/fusionpbx.git
synced 2026-01-04 02:43:48 +00:00
Fix the multi-lingual support on the active extensions page.
This commit is contained in:
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user