diff --git a/workflow/engine/controllers/pmTablesProxy.php b/workflow/engine/controllers/pmTablesProxy.php index 0364b4d0c..945874bdc 100755 --- a/workflow/engine/controllers/pmTablesProxy.php +++ b/workflow/engine/controllers/pmTablesProxy.php @@ -549,7 +549,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) {