mirror of
https://github.com/RSS-Bridge/rss-bridge.git
synced 2025-08-01 06:10:22 +02:00
[FuturaSciences] Fix unneeded unset()
This commit is contained in:
@@ -92,7 +92,6 @@ class FuturaSciencesBridge extends FeedExpander {
|
||||
$author = $this->extractAuthor($article);
|
||||
if (!empty($author))
|
||||
$item['author'] = $author;
|
||||
unset($article);
|
||||
return $item;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user