mirror of
https://github.com/friendica/friendica
synced 2024-11-10 04:22:54 +00:00
register hook
This commit is contained in:
parent
9048ecd85c
commit
b27d68633b
1 changed files with 2 additions and 0 deletions
|
@ -346,6 +346,8 @@ function register_post(&$a) {
|
|||
}
|
||||
|
||||
|
||||
call_hooks('register_account', $newuid);
|
||||
|
||||
if( $a->config['register_policy'] == REGISTER_OPEN ) {
|
||||
|
||||
if($using_invites && $invite_id) {
|
||||
|
|
Loading…
Reference in a new issue