aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFriendika <info@friendika.com>2011-06-03 06:17:43 -0700
committerFriendika <info@friendika.com>2011-06-03 06:17:43 -0700
commit32bebdfa7e6cf4b73eeabba0377e9fcb5afea27c (patch)
treedc430aaed84029054f31250743893e3e501ccf9e
parent00c548cc8f91b6087fa923da7b939a0fa2c264dc (diff)
downloadvolse-hubzilla-32bebdfa7e6cf4b73eeabba0377e9fcb5afea27c.tar.gz
volse-hubzilla-32bebdfa7e6cf4b73eeabba0377e9fcb5afea27c.tar.bz2
volse-hubzilla-32bebdfa7e6cf4b73eeabba0377e9fcb5afea27c.zip
new_member not new_user
-rw-r--r--mod/profile.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/mod/profile.php b/mod/profile.php
index 68110d761..ea84c3822 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 .= '<a href="newmember">' . t('Tips for New Members') . '</a>' . EOL;
$commpage = (($a->profile['page-flags'] == PAGE_COMMUNITY) ? true : false);