diff options
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) { |