From 0e37ad72b0eb5885460129e75f4265fbf3f96406 Mon Sep 17 00:00:00 2001 From: Vagrant User Date: Thu, 12 Sep 2013 00:08:34 +0000 Subject: [PATCH] fix whitespace error from formatter --- api/v3/Contribution.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api/v3/Contribution.php b/api/v3/Contribution.php index 6e12ef5603..00abfe5b7a 100644 --- a/api/v3/Contribution.php +++ b/api/v3/Contribution.php @@ -405,7 +405,7 @@ function civicrm_api3_contribution_completetransaction(&$params) { $ipn = new CRM_Core_Payment_BaseIPN(); $ipn->completeTransaction($input, $ids, $objects, $transaction); } - catch(Exception$e) { + catch(Exception $e) { throw new API_Exception('failed to load related objects' . $e->getMessage() . "\n" . $e->getTraceAsString()); } } -- 2.25.1