mirror of
https://github.com/RSS-Bridge/rss-bridge.git
synced 2025-03-15 13:09:40 +01:00
[FuturaSciences] Fix unneeded unset()
This commit is contained in:
parent
66a009b8fb
commit
45e247b9d0
@ -92,7 +92,6 @@ class FuturaSciencesBridge extends FeedExpander {
|
||||
$author = $this->extractAuthor($article);
|
||||
if (!empty($author))
|
||||
$item['author'] = $author;
|
||||
unset($article);
|
||||
return $item;
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user