diff options
author | Hubzilla <hubzilla@hz.macgirvin.com> | 2017-01-22 18:56:14 -0800 |
---|---|---|
committer | Hubzilla <hubzilla@hz.macgirvin.com> | 2017-01-22 18:56:14 -0800 |
commit | cda284424f3be310424772b319efcb8b602e1792 (patch) | |
tree | 0d285c4c33f0945207d66d14fd9be24db25da1f6 /include/zot.php | |
parent | 610699d3c4d284b89fef4b6f14075cc55dda9d7f (diff) | |
download | volse-hubzilla-cda284424f3be310424772b319efcb8b602e1792.tar.gz volse-hubzilla-cda284424f3be310424772b319efcb8b602e1792.tar.bz2 volse-hubzilla-cda284424f3be310424772b319efcb8b602e1792.zip |
synced wikis should be relocated
Diffstat (limited to 'include/zot.php')
-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 06996f47f..24b50cc12 100644 --- a/include/zot.php +++ b/include/zot.php @@ -3178,7 +3178,7 @@ function process_channel_sync_delivery($sender, $arr, $deliveries) { sync_menus($channel,$arr['menu']); if(array_key_exists('wiki',$arr) && $arr['wiki']) - sync_items($channel,$arr['wiki']); + sync_items($channel,$arr['wiki'],((array_key_exists('relocate',$arr)) ? $arr['relocate'] : null)); if(array_key_exists('channel',$arr) && is_array($arr['channel']) && count($arr['channel'])) { |