From 17b0ef58a9d1e94e161c9f1000f110c5833ecc88 Mon Sep 17 00:00:00 2001 From: marcdeb1 Date: Fri, 21 Dec 2018 17:19:55 +0100 Subject: [PATCH] Find page bug --- src/Template/Main/find.ctp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Template/Main/find.ctp b/src/Template/Main/find.ctp index e1051bc..2c806c8 100644 --- a/src/Template/Main/find.ctp +++ b/src/Template/Main/find.ctp @@ -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; ?>