projects
/
WP-Plugins
/
glm-member-db-contacts.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
fff2986
)
Removing some test code for the start on contact list
author
Laury GvR
<laury@gaslightmedia.com>
Mon, 16 Jan 2017 13:57:33 +0000
(08:57 -0500)
committer
Laury GvR
<laury@gaslightmedia.com>
Mon, 16 Jan 2017 13:57:33 +0000
(08:57 -0500)
models/front/contacts/list.php
patch
|
blob
|
history
diff --git
a/models/front/contacts/list.php
b/models/front/contacts/list.php
index
71f65ac
..
5995b6c
100644
(file)
--- 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']