No update test

This commit is contained in:
Dante
2015-04-30 17:32:21 -04:00
parent db1f85d350
commit 2564db41e2
4 changed files with 3 additions and 1 deletions

View File

@@ -52,6 +52,7 @@ class DashboardIndicator extends BaseDashboardIndicator
$rs = DashboardIndicatorPeer::doSelectRS( $criteria );
$rs->setFetchmode( ResultSet::FETCHMODE_ASSOC );
$dashboardIndicator = array();
while ($rs->next()) {
$row = $rs->getRow();