Skip to content

Commit

Permalink
Merge pull request #2929 from AlchemyCMS/backport/7.2-stable/pr-2926
Browse files Browse the repository at this point in the history
[7.2-stable] fix(ContactMessages): Use alchemy route proxy
  • Loading branch information
tvdeyen authored Jun 10, 2024
2 parents c3326f4 + 70768a9 commit 325411a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/controllers/alchemy/messages_controller.rb
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ def redirect_to_success_page
else
Language.current_root_page.urlname
end
redirect_to show_page_path(
redirect_to alchemy.show_page_path(
urlname: urlname,
locale: prefix_locale? ? Current.language.code : nil
)
Expand Down

0 comments on commit 325411a

Please sign in to comment.