Opt-In to listing in the directory

This commit is contained in:
Tobias Diekershoff 2018-05-25 19:53:03 +02:00
parent d51a98b3fe
commit e996354922
1 changed files with 1 additions and 1 deletions

View 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'),
]);