X-Git-Url: https://git.openstreetmap.org./rails.git/blobdiff_plain/425b3654d711eb01a8ce5511a123cc4c24b6db02..962573431e55f928abb0bb27ec8c5225c94eaed9:/app/models/notifier.rb diff --git a/app/models/notifier.rb b/app/models/notifier.rb index bc4db6477..f934a8bde 100644 --- a/app/models/notifier.rb +++ b/app/models/notifier.rb @@ -59,8 +59,8 @@ class Notifier < ActionMailer::Base :controller => "message", :action => "read", :message_id => message.id), :replyurl => url_for(:host => SERVER_URL, - :controller => "message", :action => "new", - :user_id => message.from_user_id) + :controller => "message", :action => "reply", + :message_id => message.id) end def friend_notification(friend)