Skip to content
This repository has been archived by the owner on Dec 19, 2023. It is now read-only.

Commit

Permalink
Merge pull request #121 from bellcom/develop
Browse files Browse the repository at this point in the history
f/JAL-421-54454 typo remove
  • Loading branch information
stankut authored Aug 11, 2021
2 parents cce721b + 491db9e commit d21f4c0
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -348,7 +348,7 @@ function valghalla_election_field_volunteers_pr_pol_st_party_form_validate($form
foreach ($parties_map as $party_tid => $roles_map) {
foreach ($roles_map as $role_nid => $count) {
$volunteer_query = new EntityFieldQuery();
$volunteer_query->entityCondition('entity_type', '`§`')
$volunteer_query->entityCondition('entity_type', 'field_collection_item')
->entityCondition('bundle', 'field_electioninfo')
->propertyCondition('archived', 0)
->fieldCondition('field_election', 'target_id', $election_nid)
Expand Down

0 comments on commit d21f4c0

Please sign in to comment.