register hook

This commit is contained in:
Friendika 2011-07-19 23:10:09 -07:00
parent 9048ecd85c
commit b27d68633b
1 changed files with 2 additions and 0 deletions

View File

@ -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) {