diff options
author | zotlabs <mike@macgirvin.com> | 2017-05-11 18:32:34 -0700 |
---|---|---|
committer | Mario Vavti <mario@mariovavti.com> | 2017-05-12 10:16:58 +0200 |
commit | d010f4fcae18fb6e3534629b99c2a998ec25d49c (patch) | |
tree | 17e1b8944a9e99942e3a3d6c3cfd133d1ef41bea /include/zot.php | |
parent | d5e436d15b7bdfecce94577c8e4405ab66886e91 (diff) | |
download | volse-hubzilla-d010f4fcae18fb6e3534629b99c2a998ec25d49c.tar.gz volse-hubzilla-d010f4fcae18fb6e3534629b99c2a998ec25d49c.tar.bz2 volse-hubzilla-d010f4fcae18fb6e3534629b99c2a998ec25d49c.zip |
issue #769
Diffstat (limited to 'include/zot.php')
-rw-r--r-- | include/zot.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/zot.php b/include/zot.php index 20a25ce3b..14c6662e3 100644 --- a/include/zot.php +++ b/include/zot.php @@ -3160,8 +3160,8 @@ function process_channel_sync_delivery($sender, $arr, $deliveries) { if(array_key_exists('menu',$arr) && $arr['menu']) sync_menus($channel,$arr['menu']); - if(array_key_exists('menu',$arr) && $arr['menu']) - sync_menus($channel,$arr['menu']); + if(array_key_exists('file',$arr) && $arr['file']) + sync_files($channel,$arr['file']); if(array_key_exists('wiki',$arr) && $arr['wiki']) sync_items($channel,$arr['wiki'],((array_key_exists('relocate',$arr)) ? $arr['relocate'] : null)); |