Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/diaspora/diaspora.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormaxwell <maxwell@joindiaspora.com>2010-11-05 01:47:38 +0300
committermaxwell <maxwell@joindiaspora.com>2010-11-05 21:46:43 +0300
commit53b25728ce1157168b3913295f2422c3280a3c0b (patch)
tree1fa9b43cc1ea192e3658ec6239bffe627d1fc445 /app/mailers
parent4154cec28ad7537290af2e10b8ff8b3820a02320 (diff)
yay for typo
Diffstat (limited to 'app/mailers')
-rw-r--r--app/mailers/notifier.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/mailers/notifier.rb b/app/mailers/notifier.rb
index 2f21baaf5..b48269d6f 100644
--- a/app/mailers/notifier.rb
+++ b/app/mailers/notifier.rb
@@ -6,7 +6,7 @@ class Notifier < ActionMailer::Base
def new_request(recipient_id, sender_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