VRFS-1983 session organizer cancelling RSVP should send notification to RSVP requester

This commit is contained in:
Brian Smith 2014-07-29 22:07:46 -04:00
parent 19f36b7d1b
commit 0a075da783
1 changed files with 1 additions and 1 deletions

View File

@ -253,7 +253,7 @@ module JamRuby
# send notification
if music_session.creator.id == user.id
Notification.send_scheduled_session_rsvp_cancelled_org(music_session, user)
Notification.send_scheduled_session_rsvp_cancelled_org(music_session, rsvp_request.user)
else
Notification.send_scheduled_session_rsvp_cancelled(music_session, user)
end