Merge branch 'fix-accompagnyingperiod' into 'master'

Make sure the called method has the proper name.

See merge request Chill-Projet/chill-bundles!48
This commit is contained in:
Julien Fastré 2021-05-14 07:58:33 +00:00
commit 8d051800a4

View File

@ -433,7 +433,7 @@ class AccompanyingPeriod
return false; return false;
} }
$participation = $this->participationsContainsPerson($person); $participation = $this->getParticipationsContainsPerson($person);
if (!null === $participation) if (!null === $participation)
{ {
$person = $participation->getPerson(); $person = $participation->getPerson();