diff options
author | redmatrix <git@macgirvin.com> | 2016-02-24 16:41:46 -0800 |
---|---|---|
committer | redmatrix <git@macgirvin.com> | 2016-02-24 16:41:46 -0800 |
commit | 2b95580cc006b410c8df7b71846872b0defba68d (patch) | |
tree | b5419fb307365b645eb383423e3f3bf26402b176 /mod | |
parent | 7e6febe2a6609457eca1f1caf650375534780048 (diff) | |
parent | 93b84f1262bbbf467bab266288e6676d896ac2c8 (diff) | |
download | volse-hubzilla-2b95580cc006b410c8df7b71846872b0defba68d.tar.gz volse-hubzilla-2b95580cc006b410c8df7b71846872b0defba68d.tar.bz2 volse-hubzilla-2b95580cc006b410c8df7b71846872b0defba68d.zip |
Merge https://github.com/redmatrix/hubzilla into pending_merge
Diffstat (limited to 'mod')
-rw-r--r-- | mod/register.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/mod/register.php b/mod/register.php index 2de13feae..b533483f7 100644 --- a/mod/register.php +++ b/mod/register.php @@ -250,6 +250,7 @@ function register_content(&$a) { '$role' => $role, '$default_role' => $default_role, '$nickname' => $nickname, + '$enable_tos' => $enable_tos, '$tos' => $tos, '$email' => $email, '$pass1' => $password, |