Merge pull request #13890 from aydun/joomla#6
[civicrm-core.git] / api / v3 / Cxn.php
index 6f12beb094c9df85112ebd2cc0d86b73f338349c..66ed809b8be503f15781f55fa2eda4f146695d59 100644 (file)
@@ -317,7 +317,7 @@ function civicrm_api3_cxn_create($params) {
     return civicrm_api3_create_success($result, $params, 'Cxn', 'create');
 
   }
-  catch(Exception $ex){
+  catch (Exception $ex) {
     throw $ex;
   }
 }