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
|
//add multi-lingual support
|
||||||
require_once "app_languages.php";
|
//require_once "app_languages.php";
|
||||||
foreach($text as $key => $value) {
|
//foreach($text as $key => $value) {
|
||||||
$text[$key] = $value[$_SESSION['domain']['language']['code']];
|
// $text[$key] = $value[$_SESSION['domain']['language']['code']];
|
||||||
}
|
//}
|
||||||
|
|
||||||
//action add or update
|
//action add or update
|
||||||
if (isset($_REQUEST["id"])) {
|
if (isset($_REQUEST["id"])) {
|
||||||
|
|||||||
Reference in New Issue
Block a user