From: Julia Longtin Date: Tue, 26 Jan 2016 23:27:16 +0000 (+0000) Subject: missing period. X-Git-Url: https://vcs.fsf.org/?a=commitdiff_plain;h=2bda5f4d8481c23daf247ad1286b8544b4865e10;p=civicrm-core.git missing period. --- diff --git a/api/v3/utils.php b/api/v3/utils.php index 27b5183538..1d67d91204 100644 --- a/api/v3/utils.php +++ b/api/v3/utils.php @@ -1617,7 +1617,7 @@ function _civicrm_api3_validate_fields($entity, $action, &$params, $fields, $err _civicrm_api3_validate_constraint($params, $fieldName, $fieldInfo); } elseif (!empty($fieldInfo['required'])) { - throw new Exception("DB Constraint Violation - possibly $fieldName should possibly be marked as mandatory for this API. If so, please raise a bug report"); + throw new Exception("DB Constraint Violation - possibly $fieldName should possibly be marked as mandatory for this API. If so, please raise a bug report."); } } if (!empty($fieldInfo['api.unique'])) {