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);