diff --git a/app/controllers/topics_controller.rb b/app/controllers/topics_controller.rb
index c7e3d9916..f4579217c 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"