update from upstream

This commit is contained in:
Hannes Mannerheim
2015-10-09 14:40:43 +02:00
263 changed files with 4987 additions and 6567 deletions

View File

@@ -138,7 +138,7 @@ class CancelrsvpAction extends Action
// NB: this will delete the rsvp, too
if (!empty($notice)) {
common_log(LOG_DEBUG, "Deleting notice...");
$notice->delete();
$notice->deleteAs($this->scoped);
} else {
common_log(LOG_DEBUG, "Deleting RSVP alone...");
$this->rsvp->delete();