diff options
author | redmatrix <redmatrix@redmatrix.me> | 2015-08-31 16:26:29 -0700 |
---|---|---|
committer | redmatrix <redmatrix@redmatrix.me> | 2015-08-31 16:26:29 -0700 |
commit | 5fe902137505662f622dbc187969d11fab028358 (patch) | |
tree | 2c22d8e11b4f46508cdd1f7a835426fb26f744b3 /include | |
parent | c0cb21a07c17d63676a7ebe851b1132fe33a5bff (diff) | |
download | volse-hubzilla-5fe902137505662f622dbc187969d11fab028358.tar.gz volse-hubzilla-5fe902137505662f622dbc187969d11fab028358.tar.bz2 volse-hubzilla-5fe902137505662f622dbc187969d11fab028358.zip |
rename 'register_account' hook to 'create_identity'.
Diffstat (limited to 'include')
-rw-r--r-- | include/identity.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/identity.php b/include/identity.php index 871d85700..89589802f 100644 --- a/include/identity.php +++ b/include/identity.php @@ -427,7 +427,7 @@ function create_identity($arr) { } } - call_hooks('register_account', $newuid); + call_hooks('create_identity', $newuid); proc_run('php','include/directory.php', $ret['channel']['channel_id']); } |