Merged in cochalo/processmaker (pull request #579)

Correcion de bug
This commit is contained in:
Erik Amaru Ortiz
2014-07-02 18:53:52 -04:00

View File

@@ -316,6 +316,7 @@ class Groupwf extends BaseGroupwf
$rows[] = $rs->getRow(); $rows[] = $rs->getRow();
} }
$result = new stdClass();
$result->data = $rows; $result->data = $rows;
$result->totalCount = $totalCount; $result->totalCount = $totalCount;