diff --git a/workflow/engine/controllers/pmTablesProxy.php b/workflow/engine/controllers/pmTablesProxy.php index ed00d10af..f656aad19 100644 --- a/workflow/engine/controllers/pmTablesProxy.php +++ b/workflow/engine/controllers/pmTablesProxy.php @@ -551,7 +551,7 @@ class pmTablesProxy extends HttpProxyController while (($aAux = fgetcsv($oFile, 4096, $_POST['form']['CSV_DELIMITER'])) !== false) { if(count($aAdditionalTables['FIELDS']) != count($aAux)){ $this->success = false; - $this->message = 'INVALID_FILE'; + $this->message = G::LoadTranslation('INVALID_FILE'); return 0; } if($i == 1) {