X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;ds=sidebyside;f=src%2FWallabag%2FImportBundle%2FImport%2FWallabagImport.php;fp=src%2FWallabag%2FImportBundle%2FImport%2FWallabagImport.php;h=75a28fbf58e0242ec2f0f617266954b5ef83b5ed;hb=ea925bb112ab99efbb29d8e7113e80357a70bd18;hp=c3a142b91c199f4333e4a4954db7fbbdf95e757f;hpb=3784688a88230d9c3aec4ca518be52ea1c70aeb9;p=github%2Fwallabag%2Fwallabag.git diff --git a/src/Wallabag/ImportBundle/Import/WallabagImport.php b/src/Wallabag/ImportBundle/Import/WallabagImport.php index c3a142b9..75a28fbf 100644 --- a/src/Wallabag/ImportBundle/Import/WallabagImport.php +++ b/src/Wallabag/ImportBundle/Import/WallabagImport.php @@ -122,7 +122,7 @@ abstract class WallabagImport extends AbstractImport // update entry with content (in case fetching failed, the given entry will be return) $this->fetchContent($entry, $data['url'], $data); - if (array_key_exists('tags', $data)) { + if (\array_key_exists('tags', $data)) { $this->tagsAssigner->assignTagsToEntry( $entry, $data['tags'],