Skip to content

Commit

Permalink
bugfix
Browse files Browse the repository at this point in the history
  • Loading branch information
bborn committed Aug 8, 2009
1 parent 3cca71c commit bfcd765
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/controllers/comments_controller.rb
Expand Up @@ -131,7 +131,7 @@ def unsubscribe
@comment = Comment.find(params[:comment_id])
if @comment.token.eql?(params[:token])
@comment.unsubscribe_notifications
flash[:notice] = :comment_unsubscribe_succeeded
flash[:notice] = :comment_unsubscribe_succeeded.l
end
redirect_to commentable_url(@comment)
end
Expand Down

0 comments on commit bfcd765

Please sign in to comment.