diff --git a/CRM/CiviAwards/Service/AwardProfile.php b/CRM/CiviAwards/Service/AwardProfile.php index 53f69355..581dc72c 100644 --- a/CRM/CiviAwards/Service/AwardProfile.php +++ b/CRM/CiviAwards/Service/AwardProfile.php @@ -124,6 +124,7 @@ public function getProfileFields($profileID) { } $result = civicrm_api3('UFField', 'get', [ 'uf_group_id' => $profileID, + 'options' => ['limit' => 0], ]); if ($result['count'] == 0) {