Skip to content

Commit

Permalink
fixed notice due to jlayout changes in db join element
Browse files Browse the repository at this point in the history
  • Loading branch information
pollen8 committed Sep 28, 2015
1 parent 291fb1f commit 98e448f
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions plugins/fabrik_element/databasejoin/databasejoin.php
Original file line number Diff line number Diff line change
Expand Up @@ -1700,10 +1700,8 @@ protected function renderCheckBoxList($data, $repeatCounter, &$html, $tmp, $defa
else
{
$dummy = FabrikHelperHTML::aList('checkbox', $tmp, $name, $attributes, $default, 'value', 'text', 1, true);
$html[] = '<div class="chxTmplNode">' . $dummy . '</div>';
}


$html[] = '<div class="chxTmplNode">' . $dummy . '</div>';
}

$html[] = '</div>';
Expand Down

0 comments on commit 98e448f

Please sign in to comment.