From: Laury GvR Date: Mon, 16 Jan 2017 13:57:33 +0000 (-0500) Subject: Removing some test code for the start on contact list X-Git-Tag: v1.0.19^2~8 X-Git-Url: http://cvs2.gaslightmedia.com/gitweb/?a=commitdiff_plain;h=0980a24f0f9b817274ab10011fd34a42882026b5;p=WP-Plugins%2Fglm-member-db-contacts.git Removing some test code for the start on contact list --- 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']