mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-11-08 21:28:23 +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:
@@ -433,7 +433,7 @@ class AccompanyingPeriod
|
||||
return false;
|
||||
}
|
||||
|
||||
$participation = $this->participationsContainsPerson($person);
|
||||
$participation = $this->getParticipationsContainsPerson($person);
|
||||
if (!null === $participation)
|
||||
{
|
||||
$person = $participation->getPerson();
|
||||
|
||||
Reference in New Issue
Block a user