missing period.
authorJulia Longtin <julial@turinglace.com>
Tue, 26 Jan 2016 23:27:16 +0000 (23:27 +0000)
committerJulia Longtin <julial@turinglace.com>
Wed, 27 Jan 2016 00:19:49 +0000 (00:19 +0000)
api/v3/utils.php

index 27b51835389337950f2048b097cec49d63b47efa..1d67d9120489a4a82753e6630724401db1e2f627 100644 (file)
@@ -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'])) {