diff --git a/workflow/engine/controllers/pmTablesProxy.php b/workflow/engine/controllers/pmTablesProxy.php index f656aad19..03085e35f 100644 --- a/workflow/engine/controllers/pmTablesProxy.php +++ b/workflow/engine/controllers/pmTablesProxy.php @@ -791,7 +791,7 @@ class pmTablesProxy extends HttpProxyController { require_once 'classes/model/AdditionalTables.php'; - $tablesToExport = json_decode($httpData->rows); + $tablesToExport = json_decode(stripslashes($httpData->rows)); try{ G::LoadCLass('net');