]> git.mxchange.org Git - friendica.git/commitdiff
Opt-In to listing in the directory
authorTobias Diekershoff <tobias.diekershoff@gmx.net>
Fri, 25 May 2018 17:53:03 +0000 (19:53 +0200)
committerTobias Diekershoff <tobias.diekershoff@gmx.net>
Fri, 25 May 2018 17:53:03 +0000 (19:53 +0200)
mod/register.php

index f1f8b7caa928d0a47c9acc96514f75cc808efd37..954798e6b028858297a612335928a942e1e41842 100644 (file)
@@ -234,7 +234,7 @@ function register_content(App $a)
                        '$instance' => 'reg',
                        '$pubdesc' => L10n::t('Include your profile in member directory?'),
                        '$yes_selected' => ' checked="checked" ',
-                       '$no_selected' => '',
+                       '$no_selected' => 'checked',
                        '$str_yes' => L10n::t('Yes'),
                        '$str_no' => L10n::t('No'),
                ]);