diff --git a/plugins/Event/actions/newevent.php b/plugins/Event/actions/newevent.php index 370fe6822b..02daeb6d96 100644 --- a/plugins/Event/actions/newevent.php +++ b/plugins/Event/actions/newevent.php @@ -145,7 +145,7 @@ class NeweventAction extends FormAction $act->objects = array($actobj); - $stored = Notice::saveActivity($act, $this->scoped); + $stored = Notice::saveActivity($act, $this->scoped, $options); return _m('Saved the event.'); }