diff options
author | redmatrix <redmatrix@redmatrix.me> | 2015-10-01 19:49:06 -0700 |
---|---|---|
committer | redmatrix <redmatrix@redmatrix.me> | 2015-10-01 19:49:06 -0700 |
commit | ebe374d572174e33dc3c4ea1e747efa88957f3be (patch) | |
tree | 073906cf8db5e5cc60b16e79b5deb657860e5bb3 /include/account.php | |
parent | dd45e7b4eb67bb65d2d90634c4e03d70a4605e30 (diff) | |
download | volse-hubzilla-ebe374d572174e33dc3c4ea1e747efa88957f3be.tar.gz volse-hubzilla-ebe374d572174e33dc3c4ea1e747efa88957f3be.tar.bz2 volse-hubzilla-ebe374d572174e33dc3c4ea1e747efa88957f3be.zip |
notification changes to support testdrive
Diffstat (limited to 'include/account.php')
-rw-r--r-- | include/account.php | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/account.php b/include/account.php index 5926e05c1..b3a520fd4 100644 --- a/include/account.php +++ b/include/account.php @@ -217,6 +217,8 @@ function create_account($arr) { $result['email'] = $email; $result['password'] = $password; + call_hooks('register_account',$result); + return $result; } |