forked from wallabag/wallabag
Imported entries which fail to fetch get standard error body
This commit is contained in:
@ -37,7 +37,7 @@ class FirefoxImport extends BrowserImport
|
||||
{
|
||||
$data = [
|
||||
'title' => $entry['title'],
|
||||
'html' => '',
|
||||
'html' => false,
|
||||
'url' => $entry['uri'],
|
||||
'is_archived' => $this->markAsRead,
|
||||
'tags' => '',
|
||||
|
||||
Reference in New Issue
Block a user