diff options
author | redmatrix <redmatrix@redmatrix.me> | 2015-07-16 17:53:59 -0700 |
---|---|---|
committer | redmatrix <redmatrix@redmatrix.me> | 2015-07-16 17:53:59 -0700 |
commit | c3dbacfb88e1fec97496592807a310f71dd6b156 (patch) | |
tree | 83e4c9e4117abe9b736d35f59bbc0216bbb2f04e | |
parent | cdc0464de1e0efdd0e76477101c7d5de9dc01528 (diff) | |
download | volse-hubzilla-c3dbacfb88e1fec97496592807a310f71dd6b156.tar.gz volse-hubzilla-c3dbacfb88e1fec97496592807a310f71dd6b156.tar.bz2 volse-hubzilla-c3dbacfb88e1fec97496592807a310f71dd6b156.zip |
don't including rating stuff from cloned abooks
-rw-r--r-- | include/zot.php | 2 |
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) { |