X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=src%2FWallabag%2FImportBundle%2FImport%2FChromeImport.php;fp=src%2FWallabag%2FImportBundle%2FImport%2FChromeImport.php;h=1a3249349fd0b51461204f67ce5cd03fe6865d4a;hb=36e6ef52a176ef654eade931a23f60fd91344f2f;hp=d7620bcb76139676611610bc92a6fcdc7437072b;hpb=29dca43236001221be947179df0caa8aee966f6d;p=github%2Fwallabag%2Fwallabag.git diff --git a/src/Wallabag/ImportBundle/Import/ChromeImport.php b/src/Wallabag/ImportBundle/Import/ChromeImport.php index d7620bcb..1a324934 100644 --- a/src/Wallabag/ImportBundle/Import/ChromeImport.php +++ b/src/Wallabag/ImportBundle/Import/ChromeImport.php @@ -37,7 +37,7 @@ class ChromeImport extends BrowserImport { $data = [ 'title' => $entry['name'], - 'html' => '', + 'html' => false, 'url' => $entry['url'], 'is_archived' => $this->markAsRead, 'tags' => '',