Imported entries which fail to fetch get standard error body

This commit is contained in:
Jerome Charaoui
2016-12-02 22:42:36 -05:00
parent 29dca43236
commit 36e6ef52a1
5 changed files with 5 additions and 3 deletions

View File

@ -76,6 +76,7 @@ class InstapaperImport extends AbstractImport
'is_starred' => $data[3] === 'Starred',
'content_type' => '',
'language' => '',
'html' => false,
];
}
fclose($handle);