diff --git a/workflow/engine/controllers/pmTablesProxy.php b/workflow/engine/controllers/pmTablesProxy.php index c3d3863e3..e7fc2c037 100755 --- a/workflow/engine/controllers/pmTablesProxy.php +++ b/workflow/engine/controllers/pmTablesProxy.php @@ -470,7 +470,7 @@ class pmTablesProxy extends HttpProxyController if ($codification == 'base64') { $rows = unserialize(base64_decode($httpData->rows)); } else { - $rows = G::json_decode(stripslashes($httpData->rows)); + $rows = G::json_decode($httpData->rows); } try {