diff options
Diffstat (limited to 'actions/register.php')
-rw-r--r-- | actions/register.php | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/actions/register.php b/actions/register.php index d97e3a18a..c53910842 100644 --- a/actions/register.php +++ b/actions/register.php @@ -98,6 +98,8 @@ class RegisterAction extends Action { common_debug('Adding rememberme cookie for ' . $nickname); common_rememberme($user); } + # Re-init language env in case it changed (not yet, but soon) + common_init_language(); $this->show_success(); } else { $this->show_form(_('Invalid username or password.')); |