Correcion de bug

This commit is contained in:
Brayan Osmar Pereyra Suxo
2014-07-02 14:21:50 -04:00
parent fab96092c7
commit f6572f57a4

View File

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