Correct list of parameters for Happening::saveNew()

This commit is contained in:
Evan Prodromou 2011-07-01 23:04:44 -04:00
parent 66edc023d7
commit a0ed80a5d8
1 changed files with 7 additions and 6 deletions

View File

@ -181,12 +181,13 @@ class EventPlugin extends MicroappPlugin
switch ($activity->verb) {
case ActivityVerb::POST:
$notice = Happening::saveNew($actor,
$start_time,
$end_time,
$happeningObj->title,
null,
$happeningObj->summary,
$options);
$start_time,
$end_time,
$happeningObj->title,
null,
$happeningObj->summary,
null,
$options);
break;
case RSVP::POSITIVE:
case RSVP::NEGATIVE: