From cda284424f3be310424772b319efcb8b602e1792 Mon Sep 17 00:00:00 2001 From: Hubzilla Date: Sun, 22 Jan 2017 18:56:14 -0800 Subject: synced wikis should be relocated --- 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 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'])) { -- cgit v1.2.3