diff --git a/include/contact_widgets.php b/include/contact_widgets.php index 16ed334293..5dd3a8bb4b 100644 --- a/include/contact_widgets.php +++ b/include/contact_widgets.php @@ -206,8 +206,9 @@ function common_friends_visitor_widget($profile_uid) { $a = get_app(); - if (local_user() == $profile_uid) + if (local_user() == $profile_uid) { return; + } $cid = $zcid = 0;