X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=widgets%2Fwidget_friends.php;h=08b7415c5a3a98a2b0ef508cc53f06c4ae4794bc;hb=d3e26c729fcd6e566ce6c9d533c6a45c332dc04c;hp=a3951cdc884387da4ce967daa2e1b09a8f886bf7;hpb=53d3c372f35d0402aaa4ac876446f9eaa856640d;p=friendica-addons.git diff --git a/widgets/widget_friends.php b/widgets/widget_friends.php index a3951cdc..08b7415c 100644 --- a/widgets/widget_friends.php +++ b/widgets/widget_friends.php @@ -27,7 +27,7 @@ function friends_widget_size() function friends_widget_content(&$a, $conf) { - $r = q("SELECT `profile`.`uid` AS `profile_uid`, `profile`.* , `user`.* FROM `profile` + $r = q("SELECT `profile`.* , `user`.* FROM `profile` LEFT JOIN `user` ON `profile`.`uid` = `user`.`uid` WHERE `user`.`uid` = %s LIMIT 1", intval($conf['uid'])