Skip to content

Commit

Permalink
Merge pull request #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 Dec 12, 2017
2 parents 931760a + 6246801 commit 3bb2efa
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 3bb2efa

Please sign in to comment.