Fix for issue 2060: When password is provided during the register process now the user is redirected correctly.

This commit is contained in:
Michael Vogel 2015-11-14 08:07:09 +01:00
parent a552845d8f
commit 830870c58e
1 changed files with 3 additions and 0 deletions

View File

@ -100,6 +100,9 @@ function register_post(&$a) {
). EOL
);
}
} else {
info( t('Registration successful.') . EOL ) ;
goaway(z_root());
}
}
elseif($a->config['register_policy'] == REGISTER_APPROVE) {