aboutsummaryrefslogtreecommitdiffstats
path: root/include/zot.php
diff options
context:
space:
mode:
authorfriendica <info@friendica.com>2013-08-26 20:58:07 -0700
committerfriendica <info@friendica.com>2013-08-26 20:58:07 -0700
commit31b934eb5e65abc0181918cb21b8e51390966a3d (patch)
tree2990391e4c8d4e0538046c14de574d23313f77ae /include/zot.php
parent7dfd9435f78939166326755792ed8b319e5b5983 (diff)
downloadvolse-hubzilla-31b934eb5e65abc0181918cb21b8e51390966a3d.tar.gz
volse-hubzilla-31b934eb5e65abc0181918cb21b8e51390966a3d.tar.bz2
volse-hubzilla-31b934eb5e65abc0181918cb21b8e51390966a3d.zip
clone sync was trying to update xchan info in the abook loop.
Diffstat (limited to 'include/zot.php')
-rw-r--r--include/zot.php2
1 files changed, 1 insertions, 1 deletions
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;
}