fb queue - wrong var

This commit is contained in:
Friendika 2011-06-05 00:19:22 -07:00
parent 6f34f89ddb
commit dbaf3eca07
1 changed files with 1 additions and 1 deletions

View File

@ -666,7 +666,7 @@ function fb_queue_hook(&$a,&$b) {
if((! is_array($b)) || (! count($b)))
return;
foreach($b as $x) {
if($b['network'] !== NETWORK_FACEBOOK)
if($x['network'] !== NETWORK_FACEBOOK)
continue;
$r = q("SELECT `user`.* FROM `user` LEFT JOIN `contact` on `contact`.`uid` = `user`.`uid`
WHERE `contact`.`self` = 1 AND `contact`.`id` = %d LIMIT 1",