X-Git-Url: https://vcs.fsf.org/?a=blobdiff_plain;f=api%2Fv3%2FActivity.php;h=fc1e693f6dad686a97bdc647bcaa8fec34c7c2b0;hb=86bfa4f6487e37328f4b18c50cab27958311a0d2;hp=b8ff55bd2f8ac69080edd8ae0aa30a104a16148c;hpb=22e263ad985b62de5cf7bdaf09555bfb3f0cd322;p=civicrm-core.git diff --git a/api/v3/Activity.php b/api/v3/Activity.php index b8ff55bd2f..fc1e693f6d 100644 --- a/api/v3/Activity.php +++ b/api/v3/Activity.php @@ -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'); } }