From: Mikael Nordfeldth Date: Mon, 18 Jan 2016 23:08:31 +0000 (+0100) Subject: Save with options so we get source=web X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=9eea255c799ce0926fcda086798ce6c9f4ee4d8d;p=quix0rs-gnu-social.git Save with options so we get source=web --- 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.'); }