Fixed i18n redirection in prod

This commit is contained in:
Godwin
2016-06-29 16:34:52 -07:00
parent 2b4532c066
commit 0e5c8e23bd
2 changed files with 2 additions and 1 deletions
@@ -43,6 +43,8 @@ class ApplicationController < LinguaFrancaApplicationController
@alt_lang_urls[locale] = view_context.url_for_locale(locale) # don't show the current locale
end
xxx
# call the base method to detect the language
super
end