Comment out the translation procedural code for access_control_node_edit.php.
This commit is contained in:
parent
033e69b4ac
commit
8dd5cf74ab
|
|
@ -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"])) {
|
||||
|
|
|
|||
Loading…
Reference in New Issue