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