From 1ffd67f291a5ef166580087e1535be27e0a0b83d Mon Sep 17 00:00:00 2001 From: Zach Prezkuta Date: Sat, 25 Aug 2012 15:07:39 -0600 Subject: [PATCH] hey: you missed a spot --- mod/newmember.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mod/newmember.php b/mod/newmember.php index e2c1eb733f..e17a0db037 100644 --- a/mod/newmember.php +++ b/mod/newmember.php @@ -69,7 +69,7 @@ function newmember_content(&$a) { $o .= '
  • ' . '' . t('Group Your Contacts') . '
    ' . 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.') . '
  • ' . EOL; - if((! isset($a->config['system']['newuser_public'])) || (! $a->config['system']['newuser_public'])) { + if(! get_config('system', 'newuser_public')) { $o .= '
  • ' . '' . t("Why Aren't My Posts Public?") . '
    ' . 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.") . '
  • ' . EOL; }