CRM-17586 - fixed last coding style problem.
authorJamie McClelland <jm@mayfirst.org>
Mon, 23 Nov 2015 15:26:14 +0000 (10:26 -0500)
committerJamie McClelland <jm@mayfirst.org>
Mon, 23 Nov 2015 15:26:14 +0000 (10:26 -0500)
CRM/Report/Form/Contribute/PCP.php

index 88566467302473144049f81c1d4323977d1f2f85..77a3e38df9a621398d16a7ad882299e872172b99 100644 (file)
@@ -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).