INFRA-132 - Remove extra spaces around '.'
[civicrm-core.git] / api / v3 / Activity.php
index b8ff55bd2f8ac69080edd8ae0aa30a104a16148c..fc1e693f6dad686a97bdc647bcaa8fec34c7c2b0 100644 (file)
@@ -376,7 +376,7 @@ SELECT  count(*)
   FROM  civicrm_contact
  WHERE  id IN (' . implode(', ', $contactIds) . ' )';
     if (count($contactIds) != CRM_Core_DAO::singleValueQuery($sql)) {
-      throw new API_Exception('Invalid ' .  ' Contact Id');
+      throw new API_Exception('Invalid ' . ' Contact Id');
     }
   }