Merge pull request #23707 from eileenmcnaughton/import_activity
[civicrm-core.git] / CRM / Contact / Page / DedupeException.php
index 31aab71756df8a0f6c14fba0e2b240108e649e67..c1931202753efb9f9cc6feac9ef0c766b29170a5 100644 (file)
@@ -52,7 +52,7 @@ class CRM_Contact_Page_DedupeException extends CRM_Core_Page {
     $totalitems = civicrm_api3('Exception', "getcount", $params);
     $params           = [
       'total' => $totalitems,
-      'rowCount' => CRM_Utils_Pager::ROWCOUNT,
+      'rowCount' => Civi::settings()->get('default_pager_size'),
       'status' => ts('Dedupe Exceptions %%StatusMessage%%'),
       'buttonBottom' => 'PagerBottomButton',
       'buttonTop' => 'PagerTopButton',