Comment out the translation procedural code for access_control_node_edit.php.

This commit is contained in:
markjcrane 2015-12-21 00:48:42 -07:00
parent 033e69b4ac
commit 8dd5cf74ab
1 changed files with 4 additions and 4 deletions

View File

@ -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"])) {