diff --git a/app/controllers/topics_controller.rb b/app/controllers/topics_controller.rb index c7e3d99164a..f4579217c5c 100644 --- a/app/controllers/topics_controller.rb +++ b/app/controllers/topics_controller.rb @@ -130,7 +130,7 @@ class TopicsController < ApplicationController if changes.length > 0 first_post = topic.ordered_posts.first - success = PostRevisor.new(first_post, topic).revise!(current_user, changes) + success = PostRevisor.new(first_post, topic).revise!(current_user, changes, skip_validations: true) end # this is used to return the title to the client as it may have been changed by "TextCleaner"