aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/Wallabag/ImportBundle/Import/WallabagImport.php
diff options
context:
space:
mode:
authorJeremy Benoist <jeremy.benoist@gmail.com>2019-02-11 11:50:24 +0100
committerJeremy Benoist <jeremy.benoist@gmail.com>2019-02-11 11:57:52 +0100
commit0182cdaec430a72379ef96ade05300e7b4d0efd7 (patch)
treec2711cc037ab21822831affd0cb0dec8e9047672 /src/Wallabag/ImportBundle/Import/WallabagImport.php
parenta9f61d3dbba07d25d4290572f157787c0b99dcfd (diff)
downloadwallabag-0182cdaec430a72379ef96ade05300e7b4d0efd7.tar.gz
wallabag-0182cdaec430a72379ef96ade05300e7b4d0efd7.tar.zst
wallabag-0182cdaec430a72379ef96ade05300e7b4d0efd7.zip
CS
Diffstat (limited to 'src/Wallabag/ImportBundle/Import/WallabagImport.php')
-rw-r--r--src/Wallabag/ImportBundle/Import/WallabagImport.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Wallabag/ImportBundle/Import/WallabagImport.php b/src/Wallabag/ImportBundle/Import/WallabagImport.php
index 350d0600..58b6a970 100644
--- a/src/Wallabag/ImportBundle/Import/WallabagImport.php
+++ b/src/Wallabag/ImportBundle/Import/WallabagImport.php
@@ -122,7 +122,7 @@ abstract class WallabagImport extends AbstractImport
122 // update entry with content (in case fetching failed, the given entry will be return) 122 // update entry with content (in case fetching failed, the given entry will be return)
123 $this->fetchContent($entry, $data['url'], $data); 123 $this->fetchContent($entry, $data['url'], $data);
124 124
125 if (array_key_exists('tags', $data)) { 125 if (\array_key_exists('tags', $data)) {
126 $this->tagsAssigner->assignTagsToEntry( 126 $this->tagsAssigner->assignTagsToEntry(
127 $entry, 127 $entry,
128 $data['tags'], 128 $data['tags'],