X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/314b734aa59ac762de09daacd08bbb952c94783d..ce85092f57e985925876dea7a455ef5e897b8127:/app/controllers/diary_entry_controller.rb diff --git a/app/controllers/diary_entry_controller.rb b/app/controllers/diary_entry_controller.rb index 55035d700..735c51dcd 100644 --- a/app/controllers/diary_entry_controller.rb +++ b/app/controllers/diary_entry_controller.rb @@ -187,7 +187,7 @@ class DiaryEntryController < ApplicationController def hidecomment comment = DiaryComment.find(params[:comment]) comment.update_attributes(:visible => false) - redirect_to :action => "view", :id => comment.diary_entry.id + redirect_to :action => "view", :display_name => comment.diary_entry.user.display_name, :id => comment.diary_entry.id end private ##