From 2bda5f4d8481c23daf247ad1286b8544b4865e10 Mon Sep 17 00:00:00 2001 From: Julia Longtin Date: Tue, 26 Jan 2016 23:27:16 +0000 Subject: [PATCH] missing period. --- api/v3/utils.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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'])) { -- 2.25.1