]> git.mxchange.org Git - friendica.git/commitdiff
Merge pull request #5129 from tobiasd/20180526-adminpanel
authorHypolite Petovan <mrpetovan@gmail.com>
Sat, 26 May 2018 12:35:17 +0000 (08:35 -0400)
committerGitHub <noreply@github.com>
Sat, 26 May 2018 12:35:17 +0000 (08:35 -0400)
added a warning to an admin setting

mod/register.php

index f1f8b7caa928d0a47c9acc96514f75cc808efd37..81919df105d605252151534443a7055f9fe33c01 100644 (file)
@@ -233,8 +233,8 @@ function register_content(App $a)
                $profile_publish = replace_macros($publish_tpl, [
                        '$instance' => 'reg',
                        '$pubdesc' => L10n::t('Include your profile in member directory?'),
-                       '$yes_selected' => ' checked="checked" ',
-                       '$no_selected' => '',
+                       '$yes_selected' => '',
+                       '$no_selected' => ' checked="checked"',
                        '$str_yes' => L10n::t('Yes'),
                        '$str_no' => L10n::t('No'),
                ]);