]> git.mxchange.org Git - friendica.git/blobdiff - boot.php
Improved contact menu
[friendica.git] / boot.php
index b395d3423a586cde34ecdd7df0ad87858a427cae..497a87ce9ee5dd543b23df2914bdc93147df3601 100644 (file)
--- a/boot.php
+++ b/boot.php
@@ -1658,7 +1658,7 @@ if(! function_exists('load_contact_links')) {
                if(! $uid || x($a->contacts,'empty'))
                        return;
 
-               $r = q("SELECT `id`,`network`,`url`,`thumb` FROM `contact` WHERE `uid` = %d AND `self` = 0 AND `blocked` = 0 AND `thumb` != ''",
+               $r = q("SELECT `id`,`network`,`url`,`thumb`, `rel` FROM `contact` WHERE `uid` = %d AND `self` = 0 AND `blocked` = 0 AND `thumb` != ''",
                                intval($uid)
                );
                if(count($r)) {