From 31b934eb5e65abc0181918cb21b8e51390966a3d Mon Sep 17 00:00:00 2001 From: friendica Date: Mon, 26 Aug 2013 20:58:07 -0700 Subject: clone sync was trying to update xchan info in the abook loop. --- include/zot.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/zot.php') diff --git a/include/zot.php b/include/zot.php index b74892b19..beff1b139 100644 --- a/include/zot.php +++ b/include/zot.php @@ -1715,7 +1715,7 @@ function process_channel_sync_delivery($sender,$arr,$deliveries) { $clean = array(); foreach($arr['abook'] as $abook) { foreach($abook as $k => $v) { - if(in_array($k,$disallowed)) + if(in_array($k,$disallowed) || (strpos($k,'abook') !== 0)) continue; $clean[$k] = $v; } -- cgit v1.2.3