From 01462ecade6e6887052656b58ec5028925cefc00 Mon Sep 17 00:00:00 2001 From: Julio Cesar Laura Date: Fri, 22 Mar 2013 15:20:41 -0400 Subject: [PATCH] BUG 10953 IMPROVEMENT --- 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 0a6ccf585..fa1a8073b 100755 --- a/workflow/engine/controllers/pmTablesProxy.php +++ b/workflow/engine/controllers/pmTablesProxy.php @@ -317,7 +317,7 @@ class pmTablesProxy extends HttpProxyController if ($isReportTable && $alterTable) { // the table was create successfully but we're catching problems while populating table try { - $oAdditionalTables->populateReportTable( $data['REP_TAB_NAME'], $pmTable->getDataSource(), $data['REP_TAB_TYPE'], $data['PRO_UID'], $data['REP_TAB_GRID'], $addTabData['ADD_TAB_UID'] ); + $oAdditionalTables->populateReportTable( $data['REP_TAB_NAME'], $pmTable->getDataSource(), $data['REP_TAB_TYPE'], $data['PRO_UID'], $data['REP_TAB_GRID'], $addTabUid ); } catch (Exception $e) { $result->message = $result->msg = $e->getMessage(); }