]> git.mxchange.org Git - friendica.git/commitdiff
Take the UID from another place.
authorMichael Vogel <icarus@dabo.de>
Mon, 9 Feb 2015 20:45:17 +0000 (21:45 +0100)
committerMichael Vogel <icarus@dabo.de>
Mon, 9 Feb 2015 20:45:17 +0000 (21:45 +0100)
boot.php

index 696928145fdd3d37b285850c6e4112266418ee53..503d0945d441f869b6958e49b3b090857a583cfb 100644 (file)
--- a/boot.php
+++ b/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),