X-Git-Url: https://vcs.fsf.org/?a=blobdiff_plain;f=CRM%2FEvent%2FPage%2FParticipantListing%2FSimple.php;h=5452d805dd0d2f098de1ed19002cd2393791e8a5;hb=5da8912f50ce6b6b9a72a7ad587d7d0ec9ea1e6a;hp=1341eb834b8b919335f32b07ef27e1815f4844f5;hpb=634aee3dd96fc74e3d5aaedb6774818aa9579721;p=civicrm-core.git diff --git a/CRM/Event/Page/ParticipantListing/Simple.php b/CRM/Event/Page/ParticipantListing/Simple.php index 1341eb834b..5452d805dd 100644 --- a/CRM/Event/Page/ParticipantListing/Simple.php +++ b/CRM/Event/Page/ParticipantListing/Simple.php @@ -13,8 +13,6 @@ * * @package CRM * @copyright CiviCRM LLC https://civicrm.org/licensing - * $Id$ - * */ class CRM_Event_Page_ParticipantListing_Simple extends CRM_Core_Page { @@ -106,7 +104,7 @@ LIMIT $offset, $rowCount"; $params['buttonBottom'] = 'PagerBottomButton'; $params['rowCount'] = $this->get(CRM_Utils_Pager::PAGE_ROWCOUNT); if (!$params['rowCount']) { - $params['rowCount'] = CRM_Utils_Pager::ROWCOUNT; + $params['rowCount'] = Civi::settings()->get('default_pager_size'); } $query = "