diff --git a/app/controllers/users_controller.rb b/app/controllers/users_controller.rb index 7b7ac8e39..cf703afa7 100644 --- a/app/controllers/users_controller.rb +++ b/app/controllers/users_controller.rb @@ -94,7 +94,7 @@ class UsersController < ApplicationController @comment = Message.find params[:comment].to_i when 'BlogComment' @comment = BlogComment.find params[:comment].to_i - when 'BlogComment' + when 'OrgDocumentComment' @comment = OrgDocumentComment.find params[:comment].to_i when 'Comment' @comment = Comment.find params[:comment].to_i