diff --git a/app/controllers/public/content_viewer_controller.rb b/app/controllers/public/content_viewer_controller.rb index b6a94b8..5d9cac5 100644 --- a/app/controllers/public/content_viewer_controller.rb +++ b/app/controllers/public/content_viewer_controller.rb @@ -107,10 +107,12 @@ class ContentViewerController < ApplicationController if translation.language == locale @page = translation redirect_to :profile => @page.profile.identifier, :page => @page.explode_path + return true end end end end + false end def pass_without_comment_captcha? -- libgit2 0.21.2