From: Friendika Date: Fri, 3 Jun 2011 13:17:43 +0000 (-0700) Subject: new_member not new_user X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=32bebdfa7e6cf4b73eeabba0377e9fcb5afea27c;p=friendica.git new_member not new_user --- diff --git a/mod/profile.php b/mod/profile.php index 68110d7619..ea84c3822c 100644 --- a/mod/profile.php +++ b/mod/profile.php @@ -126,7 +126,7 @@ function profile_content(&$a, $update = 0) { return $o; } - if(x($_SESSION,'new_user') && $_SESSION['new_user']) + if(x($_SESSION,'new_member') && $_SESSION['new_member']) $o .= '' . t('Tips for New Members') . '' . EOL; $commpage = (($a->profile['page-flags'] == PAGE_COMMUNITY) ? true : false);