mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-08-28 18:43:49 +00:00
privacyEvent: remove element parameter
This commit is contained in:
@@ -56,7 +56,7 @@ class AccompanyingPeriodController extends Controller
|
||||
|
||||
$person = $this->_getPerson($person_id);
|
||||
|
||||
$event = new PrivacyEvent($person, null, array(
|
||||
$event = new PrivacyEvent($person, array(
|
||||
'element_class' => AccompanyingPeriod::class,
|
||||
'action' => 'list'
|
||||
));
|
||||
|
Reference in New Issue
Block a user