Define variables before they are used.

Refs #7563
This commit is contained in:
mark_story 2015-10-16 23:07:25 -04:00
parent fea6fd7d30
commit e2a1094e69

View file

@ -1562,6 +1562,7 @@ class DboSource extends DataSource {
}
} else {
if (is_array($merge[0][$association])) {
$mergeAssocTmp = array();
foreach ($dataAssociation as $k => $v) {
if (!is_array($v)) {
$dataAssocTmp[$k] = $v;