forked from wallabag/wallabag
Imported entries which fail to fetch get standard error body
This commit is contained in:
@ -76,6 +76,7 @@ class InstapaperImport extends AbstractImport
|
||||
'is_starred' => $data[3] === 'Starred',
|
||||
'content_type' => '',
|
||||
'language' => '',
|
||||
'html' => false,
|
||||
];
|
||||
}
|
||||
fclose($handle);
|
||||
|
||||
Reference in New Issue
Block a user