CRM-16084 - a hack that fixes the issue.
[civicrm-core.git] / bin / ContributionProcessor.php
index 10b4dbdc3fe84a2649d802ba852c7f51e04bf2b2..fc7d9e583727dbb940f9c19e81f66822fbcf2643 100644 (file)
@@ -23,7 +23,7 @@
  | GNU Affero General Public License or the licensing of CiviCRM,     |
  | see the CiviCRM license FAQ at http://civicrm.org/licensing        |
  +--------------------------------------------------------------------+
-*/
+ */
 
 /**
  *
@@ -398,6 +398,7 @@ class CiviContributeProcessor {
         return self::csv();
     }
   }
+
 }
 
 // bootstrap the environment and run the processor