Skip to content

Commit

Permalink
minor issues
Browse files Browse the repository at this point in the history
  • Loading branch information
bjendres committed Feb 15, 2024
1 parent 1eabde7 commit 0d7177e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CRM/Committees/Model/Model.php
Original file line number Diff line number Diff line change
Expand Up @@ -615,7 +615,7 @@ public function join(&$entities, $other_entities, $other_id_field = 'contact_id'
if ($attribute != $entity_id_field && $attribute != $other_id_field) {
$new_value = $other_entity->getAttribute($attribute);
if ($new_value === null) {
Civi::log()->log("Join on {$entity_id_field}:{$other_id_field} missing an entry for {$attribute}.");
Civi::log()->debug("Join on {$entity_id_field}:{$other_id_field} missing an entry for {$attribute}.");
} else {
$entity->setAttribute($attribute, $new_value);
}
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
"require": {
"phpoffice/phpspreadsheet": "^1.18"
}
}
}

0 comments on commit 0d7177e

Please sign in to comment.