Find page bug

This commit is contained in:
marcdeb1 2018-12-21 17:19:55 +01:00
parent 5064b86fc6
commit 17b0ef58a9

View file

@ -54,7 +54,7 @@
if ($idx % 3 == 0) {
$row++;
}
echo $this->element('claimbox', array('claim' => $claim));
echo $this->element('claimbox', array('claim' => $claim, 'idx' => $idx, 'last_row' => $last_row));
$idx++;
endforeach; ?>
<?php else: ?>