register hook
This commit is contained in:
parent
9048ecd85c
commit
b27d68633b
|
@ -346,6 +346,8 @@ function register_post(&$a) {
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
call_hooks('register_account', $newuid);
|
||||||
|
|
||||||
if( $a->config['register_policy'] == REGISTER_OPEN ) {
|
if( $a->config['register_policy'] == REGISTER_OPEN ) {
|
||||||
|
|
||||||
if($using_invites && $invite_id) {
|
if($using_invites && $invite_id) {
|
||||||
|
|
Loading…
Reference in a new issue