Skip to content

Commit

Permalink
formatting fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
kurund authored May 24, 2022
1 parent 76dd7dd commit 1f98c61
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CRM/Contribute/Form/Contribution/ThankYou.php
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@ public function buildQuickForm() {
if ($this->_pcpId) {
$qParams .= "&pcpId={$this->_pcpId}";
$this->assign('pcpBlock', FALSE);

// display honor roll data only if it's enabled for the PCP page
if (!empty($this->_pcpInfo['is_honor_roll'])) {
$this->assign('pcpBlock', TRUE);
Expand Down

0 comments on commit 1f98c61

Please sign in to comment.