From 7a99327d5c4ba116c8626674e2dd6a5458d84df9 Mon Sep 17 00:00:00 2001 From: Jamie McClelland Date: Mon, 23 Nov 2015 10:26:14 -0500 Subject: [PATCH] CRM-17586 - fixed last coding style problem. --- CRM/Report/Form/Contribute/PCP.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CRM/Report/Form/Contribute/PCP.php b/CRM/Report/Form/Contribute/PCP.php index 8856646730..77a3e38df9 100644 --- a/CRM/Report/Form/Contribute/PCP.php +++ b/CRM/Report/Form/Contribute/PCP.php @@ -274,7 +274,7 @@ LEFT JOIN civicrm_contribution_page {$this->_aliases['civicrm_contribution_page' $dao->fetch(); $committed_total = $dao->committed_total; $received_total = $dao->received_total; - $donors_total = $dao->donors_total; + $donors_total = $dao->donors_total; // Calculate goal total goal from the PCP table (we only want one result per // PCP page - the query above produces one result per contribution made). -- 2.25.1