diff options
author | friendica <info@friendica.com> | 2014-09-15 21:31:32 -0700 |
---|---|---|
committer | friendica <info@friendica.com> | 2014-09-15 21:31:32 -0700 |
commit | 5f9c326ad7b7ba4a4c84ff2582898414f76267ca (patch) | |
tree | 2baf4934e8dd8e084c30c3c2631ae1a8e3abdeba /mod/import.php | |
parent | 171719a774f9dc1ea81d11f15b121222bd30a898 (diff) | |
download | volse-hubzilla-5f9c326ad7b7ba4a4c84ff2582898414f76267ca.tar.gz volse-hubzilla-5f9c326ad7b7ba4a4c84ff2582898414f76267ca.tar.bz2 volse-hubzilla-5f9c326ad7b7ba4a4c84ff2582898414f76267ca.zip |
channel export with items
Diffstat (limited to 'mod/import.php')
-rw-r--r-- | mod/import.php | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/mod/import.php b/mod/import.php index 22eb688ab..0663a8b57 100644 --- a/mod/import.php +++ b/mod/import.php @@ -376,6 +376,12 @@ function import_post(&$a) { } } +//FIXME just a note here for when folks want to import content - be very careful to unset ITEM_ORIGIN on all imported content. Or you could end up with a nasty routing loop when somebody tries to reply to one of those posts. + + + + + // FIXME - ensure we have a self entry if somebody is trying to pull a fast one if($seize) { |