diff options
author | zotlabs <mike@macgirvin.com> | 2018-01-17 15:25:30 -0800 |
---|---|---|
committer | zotlabs <mike@macgirvin.com> | 2018-01-17 15:25:30 -0800 |
commit | c331e585b8ada2c281815193df0d3e1b172ebe0e (patch) | |
tree | ae61759099b99682e6dc797c32981e2a720edf06 /include/import.php | |
parent | 82306682c601688041ccfd9a7b259bc607301a37 (diff) | |
download | volse-hubzilla-c331e585b8ada2c281815193df0d3e1b172ebe0e.tar.gz volse-hubzilla-c331e585b8ada2c281815193df0d3e1b172ebe0e.tar.bz2 volse-hubzilla-c331e585b8ada2c281815193df0d3e1b172ebe0e.zip |
remove sendzid core code from core (put in plugin where it belongs)
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 51791347a..9920df8be 100644 --- a/include/import.php +++ b/include/import.php @@ -82,7 +82,8 @@ function import_channel($channel, $account_id, $seize) { 'channel_r_storage', 'channel_r_pages', 'channel_w_stream', 'channel_w_wall', '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_a_delegate', 'perm_limits', 'channel_password', 'channel_salt', + 'channel_moved' ]; $clean = array(); |