forked from GNUsocial/gnu-social
Correct list of parameters for Happening::saveNew()
This commit is contained in:
parent
66edc023d7
commit
a0ed80a5d8
@ -186,6 +186,7 @@ class EventPlugin extends MicroappPlugin
|
|||||||
$happeningObj->title,
|
$happeningObj->title,
|
||||||
null,
|
null,
|
||||||
$happeningObj->summary,
|
$happeningObj->summary,
|
||||||
|
null,
|
||||||
$options);
|
$options);
|
||||||
break;
|
break;
|
||||||
case RSVP::POSITIVE:
|
case RSVP::POSITIVE:
|
||||||
|
Loading…
Reference in New Issue
Block a user