From 9eea255c799ce0926fcda086798ce6c9f4ee4d8d Mon Sep 17 00:00:00 2001 From: Mikael Nordfeldth Date: Tue, 19 Jan 2016 00:08:31 +0100 Subject: [PATCH] Save with options so we get source=web --- plugins/Event/actions/newevent.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.'); }