]> git.mxchange.org Git - quix0rs-gnu-social.git/commitdiff
Save with options so we get source=web
authorMikael Nordfeldth <mmn@hethane.se>
Mon, 18 Jan 2016 23:08:31 +0000 (00:08 +0100)
committerMikael Nordfeldth <mmn@hethane.se>
Mon, 18 Jan 2016 23:08:31 +0000 (00:08 +0100)
plugins/Event/actions/newevent.php

index 370fe6822bc4240342fa66e07f216d3f9e133ab1..02daeb6d964bd84b9afdc82b80d0866a436180b6 100644 (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.');
     }