diff options
author | jeroenpraat <jeroenpraat@xs4all.nl> | 2016-02-25 01:04:37 +0100 |
---|---|---|
committer | jeroenpraat <jeroenpraat@xs4all.nl> | 2016-02-25 01:04:37 +0100 |
commit | 01a8292d653205f7ab0288176af878804039941f (patch) | |
tree | 84b950500ace457030f5a478e82b67913e99b0ed /mod | |
parent | e73df9ed1d076c19aca384d9967f9257ac020b4e (diff) | |
download | volse-hubzilla-01a8292d653205f7ab0288176af878804039941f.tar.gz volse-hubzilla-01a8292d653205f7ab0288176af878804039941f.tar.bz2 volse-hubzilla-01a8292d653205f7ab0288176af878804039941f.zip |
fix TOS
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, |