moving the cache file translation.es location in ./workflow/engine/content/translation to shared directory to solve the problem in balanced environments and write permissions
This commit is contained in:
@@ -77,11 +77,9 @@ function getWorkspacesAvailable() {
|
||||
}
|
||||
$availableWorkspace = getWorkspacesAvailable ();
|
||||
|
||||
require_once "classes/model/Translation.php";
|
||||
|
||||
$translationsTable = Translation::getTranslationEnvironments();
|
||||
//g::pr($translationsTable); die;
|
||||
//$availableLang = getLangFiles ();
|
||||
//Translations
|
||||
$Translations = G::getModel("Translation");
|
||||
$translationsTable = $Translations->getTranslationEnvironments();
|
||||
|
||||
$availableLangArray = array ();
|
||||
$availableLangArray [] = array ('LANG_ID' => 'char', 'LANG_NAME' => 'char' );
|
||||
|
||||
Reference in New Issue
Block a user