From fd09cfa1dfd5fdff9a4271b3ba7425b698e5cbef Mon Sep 17 00:00:00 2001 From: friendica Date: Tue, 23 Jul 2013 20:58:25 -0700 Subject: build_sync_packet - use correct host data element --- include/settings.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/settings.php b/include/settings.php index 846111c1d..f7bb98d93 100644 --- a/include/settings.php +++ b/include/settings.php @@ -28,7 +28,7 @@ function build_sync_packet($uid = 0, $packet = null) { $synchubs = array(); foreach($h as $x) { - if($x['host'] == $a->get_hostname()) + if($x['hubloc_host'] == $a->get_hostname()) continue; $synchubs[] = $x; } -- cgit v1.2.3