From f36df26b072372ca00cc729061996290c73d5eb8 Mon Sep 17 00:00:00 2001 From: Pratik Joshi Date: Sun, 16 Mar 2014 10:42:43 +0530 Subject: [PATCH] CRM-13973-qa : fix for bug reported by coleman #comment-58354 --- CRM/Contribute/BAO/Contribution.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CRM/Contribute/BAO/Contribution.php b/CRM/Contribute/BAO/Contribution.php index 4d04deb183..0dba08759b 100644 --- a/CRM/Contribute/BAO/Contribution.php +++ b/CRM/Contribute/BAO/Contribution.php @@ -3153,7 +3153,7 @@ WHERE eft.financial_trxn_id IN ({$trxnId}, {$baseTrxnId['financialTrxnId']}) CRM_Activity_BAO_Activity::create($activityParams); } - function getPaymentInfo($id, $component, $getTrxnInfo = FALSE, $usingLineTotal = FALSE) { + static function getPaymentInfo($id, $component, $getTrxnInfo = FALSE, $usingLineTotal = FALSE) { if ($component == 'event') { $entity = 'participant'; $entityTable = 'civicrm_participant'; -- 2.25.1