From 21de5a77a4df98c68e63b1c61d26da582d30f9c8 Mon Sep 17 00:00:00 2001 From: Erik Amaru Ortiz Date: Thu, 28 Jul 2011 10:05:07 -0400 Subject: [PATCH] BUG 0000 PM tables data import translation missing error --- workflow/engine/controllers/pmTablesProxy.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) {