X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/691aab02fcd76cde87e0f55ddf61b3a288ab5a36..5fbc8ad3f471fde8c5defedc41bbb8374e13abdb:/app/controllers/diary_entry_controller.rb diff --git a/app/controllers/diary_entry_controller.rb b/app/controllers/diary_entry_controller.rb index 13d3121a5..643728dc4 100644 --- a/app/controllers/diary_entry_controller.rb +++ b/app/controllers/diary_entry_controller.rb @@ -20,6 +20,7 @@ class DiaryEntryController < ApplicationController @diary_comment = @entry.diary_comments.build(params[:diary_comment]) @diary_comment.user = @user if @diary_comment.save + Notifier::deliver_diary_comment_notification(@diary_comment) redirect_to :controller => 'diary_entry', :action => 'view', :display_name => @entry.user.display_name, :id => @entry.id else render :action => 'view'