projects
/
quix0rs-gnu-social.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
358684a
)
Save with options so we get source=web
author
Mikael Nordfeldth
<mmn@hethane.se>
Mon, 18 Jan 2016 23:08:31 +0000
(
00:08
+0100)
committer
Mikael Nordfeldth
<mmn@hethane.se>
Mon, 18 Jan 2016 23:08:31 +0000
(
00:08
+0100)
plugins/Event/actions/newevent.php
patch
|
blob
|
history
diff --git
a/plugins/Event/actions/newevent.php
b/plugins/Event/actions/newevent.php
index 370fe6822bc4240342fa66e07f216d3f9e133ab1..02daeb6d964bd84b9afdc82b80d0866a436180b6 100644
(file)
--- 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.');
}