aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/settings.php2
1 files changed, 1 insertions, 1 deletions
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;
}