diff options
author | friendica <info@friendica.com> | 2012-10-24 20:43:04 -0700 |
---|---|---|
committer | friendica <info@friendica.com> | 2012-10-24 20:43:04 -0700 |
commit | 05fd2c758c318f8beb441fb8b75e7328f1643e2a (patch) | |
tree | b79f424dbbfb8748f78bb259f90c9228c786bde8 /mod/profile.php | |
parent | ceeb4db6e304c26ebe56311743eb9baca69f7066 (diff) | |
download | volse-hubzilla-05fd2c758c318f8beb441fb8b75e7328f1643e2a.tar.gz volse-hubzilla-05fd2c758c318f8beb441fb8b75e7328f1643e2a.tar.bz2 volse-hubzilla-05fd2c758c318f8beb441fb8b75e7328f1643e2a.zip |
more ui cleanup
Diffstat (limited to 'mod/profile.php')
-rw-r--r-- | mod/profile.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mod/profile.php b/mod/profile.php index 12b494cfe..6680636a7 100644 --- a/mod/profile.php +++ b/mod/profile.php @@ -127,7 +127,7 @@ function profile_content(&$a, $update = 0) { if(x($_GET,'tab')) $tab = notags(trim($_GET['tab'])); -// $o.=profile_tabs($a, $is_owner, $a->profile['nickname']); + $o.=profile_tabs($a, $is_owner, $a->profile['nickname']); if($tab === 'profile') { |