diff options
author | Evan Prodromou <evan@status.net> | 2010-01-11 00:45:26 -0800 |
---|---|---|
committer | Evan Prodromou <evan@status.net> | 2010-01-11 00:45:26 -0800 |
commit | 8809e577b2c8cf1b8b187840aaf9674136929ec7 (patch) | |
tree | 28ed1e16f26d55510402f928ed9e484f0670cf01 /actions/register.php | |
parent | ad63a9518cb77d548e61fb39d05f8066733c326d (diff) | |
parent | 92deb35bc4dbd4203bce93bffec4cfb58eab032c (diff) |
Merge branch 'sessionidparam' into 0.9.x
Conflicts:
lib/command.php
Diffstat (limited to 'actions/register.php')
-rw-r--r-- | actions/register.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/actions/register.php b/actions/register.php index 96015c219..698137346 100644 --- a/actions/register.php +++ b/actions/register.php @@ -259,6 +259,7 @@ class RegisterAction extends Action // Re-init language env in case it changed (not yet, but soon) common_init_language(); + $this->showSuccess(); } else { $this->showForm(_('Invalid username or password.')); |