diff options
author | zotlabs <mike@macgirvin.com> | 2019-05-03 15:27:26 -0700 |
---|---|---|
committer | zotlabs <mike@macgirvin.com> | 2019-05-03 15:27:26 -0700 |
commit | 20bf139b3f4d74a6b21328a24c8f8fe5dad01102 (patch) | |
tree | ec4dc48c1476c128ac0fe36ddd35713d6871cc0a /include/import.php | |
parent | f127c558025958ee9f1c60f1dd8f178a8a85c03e (diff) | |
download | volse-hubzilla-20bf139b3f4d74a6b21328a24c8f8fe5dad01102.tar.gz volse-hubzilla-20bf139b3f4d74a6b21328a24c8f8fe5dad01102.tar.bz2 volse-hubzilla-20bf139b3f4d74a6b21328a24c8f8fe5dad01102.zip |
strip obsolete channel_(rw)_photos from channel sync packets
Diffstat (limited to 'include/import.php')
-rw-r--r-- | include/import.php | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/include/import.php b/include/import.php index 434a53f10..d0ec5918e 100644 --- a/include/import.php +++ b/include/import.php @@ -94,7 +94,8 @@ function import_channel($channel, $account_id, $seize, $newname = '') { 'channel_w_comment', 'channel_w_mail', 'channel_w_like', 'channel_w_tagwall', 'channel_w_chat', 'channel_w_storage', 'channel_w_pages', 'channel_a_republish', 'channel_a_delegate', 'perm_limits', 'channel_password', 'channel_salt', - 'channel_moved', 'channel_removed', 'channel_deleted', 'channel_system' + 'channel_moved', 'channel_removed', 'channel_deleted', 'channel_system', + 'channel_r_photos', 'channel_w_photos' ]; $clean = array(); |