diff options
author | Mario <mario@mariovavti.com> | 2021-04-21 18:51:53 +0000 |
---|---|---|
committer | Mario <mario@mariovavti.com> | 2021-04-21 18:51:53 +0000 |
commit | 07525c5b4594858b2b9a748a1d0cbc571fa49c7c (patch) | |
tree | 2498e688f67296d096f640a32bbfef46b1c17bf1 /include/import.php | |
parent | 35df50c39d95e19dcd7e67bd3328059dbb591b66 (diff) | |
download | volse-hubzilla-07525c5b4594858b2b9a748a1d0cbc571fa49c7c.tar.gz volse-hubzilla-07525c5b4594858b2b9a748a1d0cbc571fa49c7c.tar.bz2 volse-hubzilla-07525c5b4594858b2b9a748a1d0cbc571fa49c7c.zip |
next batch of fixes
Diffstat (limited to 'include/import.php')
-rw-r--r-- | include/import.php | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/include/import.php b/include/import.php index 42fa2f247..379789109 100644 --- a/include/import.php +++ b/include/import.php @@ -715,11 +715,6 @@ function import_items($channel, $items, $sync = false, $relocate = null) { continue; } - // deprecated - - if(array_key_exists('diaspora_meta',$item)) - unset($item['diaspora_meta']); - if($relocate && $item['mid'] === $item['parent_mid']) { item_url_replace($channel,$item,$relocate['url'],z_root(),$relocate['channel_address']); } |