mirror of
https://github.com/fusionpbx/fusionpbx.git
synced 2025-12-30 09:03:49 +00:00
Comment out the translation procedural code for access_control_node_edit.php.
This commit is contained in:
@@ -11,10 +11,10 @@ else {
|
||||
}
|
||||
|
||||
//add multi-lingual support
|
||||
require_once "app_languages.php";
|
||||
foreach($text as $key => $value) {
|
||||
$text[$key] = $value[$_SESSION['domain']['language']['code']];
|
||||
}
|
||||
//require_once "app_languages.php";
|
||||
//foreach($text as $key => $value) {
|
||||
// $text[$key] = $value[$_SESSION['domain']['language']['code']];
|
||||
//}
|
||||
|
||||
//action add or update
|
||||
if (isset($_REQUEST["id"])) {
|
||||
|
||||
Reference in New Issue
Block a user