Merge branch 'master' of github.com:colosa/processmaker
This commit is contained in:
@@ -551,7 +551,7 @@ class pmTablesProxy extends HttpProxyController
|
|||||||
|
|
||||||
require_once $sPath . $this->className . '.php';
|
require_once $sPath . $this->className . '.php';
|
||||||
|
|
||||||
$rows = G::json_decode( stripslashes( $httpData->rows ) );
|
$rows = G::json_decode( $httpData->rows );
|
||||||
|
|
||||||
if (is_array( $rows )) {
|
if (is_array( $rows )) {
|
||||||
foreach ($rows as $row) {
|
foreach ($rows as $row) {
|
||||||
|
|||||||
Reference in New Issue
Block a user