mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-06-07 18:44:08 +00:00
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:
commit
8d051800a4
@ -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();
|
||||||
|
Loading…
x
Reference in New Issue
Block a user