[FuturaSciences] Fix unneeded unset()

This commit is contained in:
ORelio 2020-05-23 19:21:48 +02:00
parent 66a009b8fb
commit 45e247b9d0
1 changed files with 0 additions and 1 deletions

View File

@ -92,7 +92,6 @@ class FuturaSciencesBridge extends FeedExpander {
$author = $this->extractAuthor($article);
if (!empty($author))
$item['author'] = $author;
unset($article);
return $item;
}