Save with options so we get source=web

This commit is contained in:
Mikael Nordfeldth 2016-01-19 00:08:31 +01:00
parent 358684a5ed
commit 9eea255c79
1 changed files with 1 additions and 1 deletions

View File

@ -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.');
}