aboutsummaryrefslogtreecommitdiffstats
path: root/include/zot.php
diff options
context:
space:
mode:
authorredmatrix <redmatrix@redmatrix.me>2015-07-16 17:53:59 -0700
committerredmatrix <redmatrix@redmatrix.me>2015-07-16 17:53:59 -0700
commitc3dbacfb88e1fec97496592807a310f71dd6b156 (patch)
tree83e4c9e4117abe9b736d35f59bbc0216bbb2f04e /include/zot.php
parentcdc0464de1e0efdd0e76477101c7d5de9dc01528 (diff)
downloadvolse-hubzilla-c3dbacfb88e1fec97496592807a310f71dd6b156.tar.gz
volse-hubzilla-c3dbacfb88e1fec97496592807a310f71dd6b156.tar.bz2
volse-hubzilla-c3dbacfb88e1fec97496592807a310f71dd6b156.zip
don't including rating stuff from cloned abooks
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 1c6a09494..e7ab70fc4 100644
--- a/include/zot.php
+++ b/include/zot.php
@@ -2896,7 +2896,7 @@ function process_channel_sync_delivery($sender, $arr, $deliveries) {
$total_feeds ++;
}
- $disallowed = array('abook_id','abook_account','abook_channel');
+ $disallowed = array('abook_id','abook_account','abook_channel','abook_rating','abook_rating_text');
foreach($arr['abook'] as $abook) {