diff --git a/workflow/engine/controllers/pmTablesProxy.php b/workflow/engine/controllers/pmTablesProxy.php index c7be5b04b..76d841752 100755 --- a/workflow/engine/controllers/pmTablesProxy.php +++ b/workflow/engine/controllers/pmTablesProxy.php @@ -551,7 +551,7 @@ class pmTablesProxy extends HttpProxyController require_once $sPath . $this->className . '.php'; - $rows = G::json_decode( stripslashes( $httpData->rows ) ); + $rows = G::json_decode( $httpData->rows ); if (is_array( $rows )) { foreach ($rows as $row) {