Skip to content

Commit c35d43a

Browse files
committed
corrected style issue
1 parent 03673b8 commit c35d43a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CRM/Core/BAO/CustomField.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -660,7 +660,7 @@ public static function getFieldObject($fieldID) {
660660
if (empty($fieldValues)) {
661661
$field->id = $fieldID;
662662
if (!$field->find(TRUE)) {
663-
throw new CRM_Core_Exception('Cannot find Custom Field');
663+
throw new CRM_Core_Exception('Cannot find Custom Field ' . $fieldID);
664664
}
665665

666666
$fieldValues = [];

0 commit comments

Comments
 (0)