]> git.mxchange.org Git - friendica.git/commitdiff
new_member not new_user
authorFriendika <info@friendika.com>
Fri, 3 Jun 2011 13:17:43 +0000 (06:17 -0700)
committerFriendika <info@friendika.com>
Fri, 3 Jun 2011 13:17:43 +0000 (06:17 -0700)
mod/profile.php

index 68110d76196b61c9983e629b1efee35c56c57a3f..ea84c3822cd51f7c7f98be32077a41e14db6e43f 100644 (file)
@@ -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 .= '<a href="newmember">' . t('Tips for New Members') . '</a>' . EOL;
 
                $commpage = (($a->profile['page-flags'] == PAGE_COMMUNITY) ? true : false);