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:
@@ -51,7 +51,7 @@ try {
|
||||
$translationRow = new Translation();
|
||||
$response = new stdClass();
|
||||
$translationsEnvList = $translationRow->getTranslationEnvironments();
|
||||
|
||||
//print_r($translationsEnvList); die;
|
||||
$i = 0;
|
||||
foreach( $translationsEnvList as $locale=>$translationRow) {
|
||||
|
||||
|
||||
Reference in New Issue
Block a user