updates to make RSVPs work
This commit is contained in:
@@ -157,6 +157,10 @@ class NeweventAction extends Action
|
||||
$this->description,
|
||||
$this->url);
|
||||
|
||||
$event = Happening::fromNotice($saved);
|
||||
|
||||
RSVP::saveNew($profile, $event, RSVP::POSITIVE);
|
||||
|
||||
} catch (ClientException $ce) {
|
||||
$this->error = $ce->getMessage();
|
||||
$this->showPage();
|
||||
|
Reference in New Issue
Block a user