mirror of
https://github.com/RSS-Bridge/rss-bridge.git
synced 2025-04-09 16:38:50 +00: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);
|
$author = $this->extractAuthor($article);
|
||||||
if (!empty($author))
|
if (!empty($author))
|
||||||
$item['author'] = $author;
|
$item['author'] = $author;
|
||||||
unset($article);
|
|
||||||
return $item;
|
return $item;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user