diff options
author | friendica <info@friendica.com> | 2012-05-01 19:24:22 -0700 |
---|---|---|
committer | friendica <info@friendica.com> | 2012-05-01 19:24:22 -0700 |
commit | 91085f0969afbdca93c79d9be3d8fa815e9dfa27 (patch) | |
tree | f8b38a4a2639592bfb573323048402791a9b28c8 /mod/profile.php | |
parent | 15c185015690664f9b6aef849cc6f79b68fd9c63 (diff) | |
download | volse-hubzilla-91085f0969afbdca93c79d9be3d8fa815e9dfa27.tar.gz volse-hubzilla-91085f0969afbdca93c79d9be3d8fa815e9dfa27.tar.bz2 volse-hubzilla-91085f0969afbdca93c79d9be3d8fa815e9dfa27.zip |
really fat fingers today - though none of this has gone further than my own site
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 41c5eed4b..69f044e89 100644 --- a/mod/profile.php +++ b/mod/profile.php @@ -144,7 +144,7 @@ function profile_content(&$a, $update = 0) { } - $o .= common_friends_vistor_widget($a->profile['profile_uid']); + $o .= common_friends_visitor_widget($a->profile['profile_uid']); if(x($_SESSION,'new_member') && $_SESSION['new_member'] && $is_owner) |