From: friendica Date: Wed, 2 May 2012 02:24:22 +0000 (-0700) Subject: really fat fingers today - though none of this has gone further than my own site X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=91085f0969afbdca93c79d9be3d8fa815e9dfa27;p=friendica.git really fat fingers today - though none of this has gone further than my own site --- diff --git a/mod/profile.php b/mod/profile.php index 41c5eed4bd..69f044e89f 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)