The list query wasn't making use of the new start position when
'next' or 'previous' page was selected.
$namesList = $this->getIdName($where);
- $contactsList = $this->getList($where, $order, true, 'id',$start, $limit);
// If doing alpha list
$alphaList = false;
}
}
+
+ $contactsList = $this->getList($where, $order, true, 'id',$start, $limit);
+
$list = $contactsList['list'];
// If we're not paging, then force $start and $limit to false to data abstract returns everything.