aboutsummaryrefslogtreecommitdiffstats
path: root/include/identity.php
diff options
context:
space:
mode:
authorredmatrix <redmatrix@redmatrix.me>2015-08-31 16:26:29 -0700
committerredmatrix <redmatrix@redmatrix.me>2015-08-31 16:26:29 -0700
commit5fe902137505662f622dbc187969d11fab028358 (patch)
tree2c22d8e11b4f46508cdd1f7a835426fb26f744b3 /include/identity.php
parentc0cb21a07c17d63676a7ebe851b1132fe33a5bff (diff)
downloadvolse-hubzilla-5fe902137505662f622dbc187969d11fab028358.tar.gz
volse-hubzilla-5fe902137505662f622dbc187969d11fab028358.tar.bz2
volse-hubzilla-5fe902137505662f622dbc187969d11fab028358.zip
rename 'register_account' hook to 'create_identity'.
Diffstat (limited to 'include/identity.php')
-rw-r--r--include/identity.php2
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']);
}