]> git.mxchange.org Git - friendica.git/blobdiff - mod/newmember.php
photos-albms widget: add some classes
[friendica.git] / mod / newmember.php
index e17a0db037085c55a66abd8e9cf16c9811a18dbe..8028e7e08d9f263cfa3a40a274a8843f1294a14a 100644 (file)
@@ -69,7 +69,7 @@ function newmember_content(&$a) {
 
        $o .= '<li>' . '<a target="newmember" href="contacts">' . t('Group Your Contacts') . '</a><br />' . t('Once you have made some friends, organize them into private conversation groups from the sidebar of your Contacts page and then you can interact with each group privately on your Network page.') . '</li>' . EOL;
 
-       if(! get_config('system', 'newuser_public')) {
+       if(get_config('system', 'newuser_private')) {
                $o .= '<li>' . '<a target="newmember" href="help/Groups-and-Privacy">' . t("Why Aren't My Posts Public?") . '</a><br />' . t("Friendica respects your privacy. By default, your posts will only show up to people you've added as friends. For more information, see the help section from the link above.") . '</li>' . EOL;
        }