mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-08-28 10:33:49 +00:00
privacyEvent, add event in timeline
This commit is contained in:
@@ -56,7 +56,7 @@ class PrivacyEvent extends Event
|
||||
* @param object $element
|
||||
* @param array $args
|
||||
*/
|
||||
public function __construct(Person $person, object $element = null, array $args)
|
||||
public function __construct(Person $person, object $element = null, array $args = array('action' => 'show'))
|
||||
{
|
||||
$this->person = $person;
|
||||
$this->element = $element;
|
||||
|
Reference in New Issue
Block a user