From: Jamie McClelland Date: Mon, 23 Nov 2015 15:26:14 +0000 (-0500) Subject: CRM-17586 - fixed last coding style problem. X-Git-Url: https://vcs.fsf.org/?a=commitdiff_plain;h=7a99327d5c4ba116c8626674e2dd6a5458d84df9;p=civicrm-core.git CRM-17586 - fixed last coding style problem. --- 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).