]> git.mxchange.org Git - friendica.git/blobdiff - include/contact_widgets.php
Improved dba:update function.
[friendica.git] / include / contact_widgets.php
index 16ed33429399a9d3e0f5c29308899a4d3079ca2e..5dd3a8bb4b163996d597902adff6f99b741f07a3 100644 (file)
@@ -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;