yay for typo

This commit is contained in:
maxwell 2010-11-04 15:47:38 -07:00
parent 4154cec28a
commit 53b25728ce

View file

@ -6,7 +6,7 @@ class Notifier < ActionMailer::Base
def new_request(recipient_id, sender_id) def new_request(recipient_id, sender_id)
@receiver = User.find_by_id(recipient_id) @receiver = User.find_by_id(recipient_id)
@sender = Person.find_by_id(sender.id) @sender = Person.find_by_id(sender_id)
attachments.inline['diaspora_white_on_grey.png'] = ATTACHMENT attachments.inline['diaspora_white_on_grey.png'] = ATTACHMENT