Skip to content

Commit

Permalink
Merge pull request civicrm#11305 from jmcclelland/CRM-21465
Browse files Browse the repository at this point in the history
CRM-21465 - avoid fatal error when clicking through pledge email.
  • Loading branch information
eileenmcnaughton authored and sluc23 committed Jan 10, 2018
2 parents 4d9930b + 2cc22f5 commit cfd4a97
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion CRM/Pledge/BAO/PledgeBlock.php
Original file line number Diff line number Diff line change
Expand Up @@ -202,7 +202,6 @@ public static function buildPledgeBlock($form) {
'scheduled_date',
'scheduled_amount',
'currency',
'pledge_start_date',
);
CRM_Core_DAO::commonRetrieveAll('CRM_Pledge_DAO_PledgePayment', 'pledge_id',
$form->_values['pledge_id'], $allPayments, $returnProperties
Expand Down

0 comments on commit cfd4a97

Please sign in to comment.