Skip to content

Commit

Permalink
fixes core#2881 - APIv3 replace only replaces the first 25 records
Browse files Browse the repository at this point in the history
  • Loading branch information
MegaphoneJon committed Oct 1, 2021
1 parent f37e22a commit 8f1e30f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions api/v3/utils.php
Original file line number Diff line number Diff line change
Expand Up @@ -1876,6 +1876,7 @@ function _civicrm_api3_generic_replace_base_params($params) {
unset($baseParams['values']);
unset($baseParams['sequential']);
unset($baseParams['options']);
$baseParams['options']['limit'] = 0;
return $baseParams;
}

Expand Down

0 comments on commit 8f1e30f

Please sign in to comment.