]> git.mxchange.org Git - friendica.git/blobdiff - mod/register.php
applying changes to mods/sample-nginx.config from #5019
[friendica.git] / mod / register.php
index cc1c8dc7d98707b7720fd8500ced01969e56cede..f1f8b7caa928d0a47c9acc96514f75cc808efd37 100644 (file)
@@ -290,7 +290,7 @@ function register_content(App $a)
                '$showtoslink' => Config::get('system', 'tosdisplay'),
                '$tostext'   => L10n::t('Terms of Service'),
                '$showprivstatement' => Config::get('system', 'tosprivstatement'),
-               '$privstatement' => $tos->privblock,
+               '$privstatement' => $tos->privacy_complete,
                '$baseurl'   => System::baseurl(),
                '$form_security_token' => get_form_security_token("register")
        ]);