Skip to content

Commit

Permalink
[#2289] minor bugfix
Browse files Browse the repository at this point in the history
  • Loading branch information
tobes committed Jun 26, 2012
1 parent c632dbb commit d8a3118
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ckan/controllers/user.py
Expand Up @@ -289,7 +289,7 @@ def logged_in(self):
# we need to set the language via a redirect
lang = session.pop('lang', None)
session.save()
t di

# we need to set the language explicitly here or the flash
# messages will not be translated.
ckan.lib.i18n.set_lang(lang)
Expand Down

0 comments on commit d8a3118

Please sign in to comment.