diff --git a/plugins/FeedsFetcher.inc b/plugins/FeedsFetcher.inc index 6f18d2e..4fc73e3 100644 --- a/plugins/FeedsFetcher.inc +++ b/plugins/FeedsFetcher.inc @@ -236,7 +236,7 @@ class FeedsFetcherResult extends FeedsResult { $this->file_path = FALSE; if ($file = file_save_data($this->getRaw(), $this->constructFilePath())) { - $file->status = ($this->importer_id) ? FILE_STATUS_PERMANENT : FILE_STATUS_TEMPORARY; + $file->status = ($this->importer_id) ? FILE_STATUS_PERMANENT : 0; file_save($file); $this->file_path = $file->uri; $this->fid = $file->fid;