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 => entry.diary_entry.user.display_name, :id => comment.diary_entry.id
end
private
##