fix in content change

This commit is contained in:
Ronald Q
2016-09-07 12:32:30 -04:00
parent 8a6e95c743
commit f2142dbdd4

View File

@@ -389,7 +389,7 @@ class Dashboard extends Controller
$dataset->setFetchmode( ResultSet::FETCHMODE_ASSOC ); $dataset->setFetchmode( ResultSet::FETCHMODE_ASSOC );
$dataset->next(); $dataset->next();
while ($row = $dataset->getRow()) { while ($row = $dataset->getRow()) {
$groups[] = array ('OWNER_UID' => $row['GRP_UID'],'OWNER_NAME' => $row['CON_VALUE'] $groups[] = array ('OWNER_UID' => $row['GRP_UID'],'OWNER_NAME' => $row['GRP_TITLE']
); );
$dataset->next(); $dataset->next();
} }