From 5fe902137505662f622dbc187969d11fab028358 Mon Sep 17 00:00:00 2001 From: redmatrix Date: Mon, 31 Aug 2015 16:26:29 -0700 Subject: rename 'register_account' hook to 'create_identity'. --- include/identity.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/identity.php') 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']); } -- cgit v1.2.3