Take the UID from another place.
This commit is contained in:
parent
21c63e8b65
commit
05319083c6
2
boot.php
2
boot.php
|
@ -1682,7 +1682,7 @@ if(! function_exists('profile_sidebar')) {
|
|||
if(is_array($a->profile) AND !$a->profile['hide-friends']) {
|
||||
$r = q("SELECT COUNT(*) AS `total` FROM `contact` WHERE `uid` = %d AND `self` = 0 AND `blocked` = 0 and `pending` = 0 AND `hidden` = 0 AND `archive` = 0
|
||||
AND `network` IN ('%s', '%s', '%s', '%s', '')",
|
||||
intval($a->profile['uid']),
|
||||
intval($profile['uid']),
|
||||
dbesc(NETWORK_DFRN),
|
||||
dbesc(NETWORK_DIASPORA),
|
||||
dbesc(NETWORK_OSTATUS),
|
||||
|
|
Loading…
Reference in a new issue