From: Tobias Diekershoff Date: Fri, 25 May 2018 17:53:03 +0000 (+0200) Subject: Opt-In to listing in the directory X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=e9963549229cca01672aafa3597fa46e1bae3dd6;p=friendica.git Opt-In to listing in the directory --- diff --git a/mod/register.php b/mod/register.php index f1f8b7caa9..954798e6b0 100644 --- a/mod/register.php +++ b/mod/register.php @@ -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'), ]);