This commit is contained in:
Jeremy Benoist
2019-02-27 14:33:26 +01:00
parent 3784688a88
commit ea925bb112
6 changed files with 10 additions and 10 deletions

View File

@ -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'],