Skip to content
Snippets Groups Projects
Commit 291ca04f authored by Kurund Jalmi's avatar Kurund Jalmi
Browse files

notice fixes

parent a5aef36c
Branches
Tags
No related merge requests found
......@@ -1633,7 +1633,7 @@ LEFT JOIN civicrm_contribution contribution ON ( componentPayment.contribution_
/**
* This function returns all contribution related object ids.
*/
function getComponentDetails($contributionId) {
public static function getComponentDetails($contributionId) {
$componentDetails = $pledgePayment = array();
if (!$contributionId) {
return $componentDetails;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment