From 0980a24f0f9b817274ab10011fd34a42882026b5 Mon Sep 17 00:00:00 2001 From: Laury GvR Date: Mon, 16 Jan 2017 08:57:33 -0500 Subject: [PATCH] Removing some test code for the start on contact list --- models/front/contacts/list.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/models/front/contacts/list.php b/models/front/contacts/list.php index 71f65ac..5995b6c 100644 --- a/models/front/contacts/list.php +++ b/models/front/contacts/list.php @@ -388,7 +388,7 @@ class GlmMembersFront_contacts_list extends GlmDataContacts 'paging' => $paging, 'prevStart' => $prevStart, 'nextStart' => $nextStart, - 'start' => $start = 1, + 'start' => $start, 'limit' => $limit, 'namesList' => $namesList, 'EntityManagerRole' => $this->config['contact_role_numb']['EntityManager'] -- 2.17.1