mirror of
https://github.com/RSS-Bridge/rss-bridge.git
synced 2024-11-23 01:55:27 +03:00
[FuturaSciences] Fix unneeded unset()
This commit is contained in:
parent
66a009b8fb
commit
45e247b9d0
1 changed files with 0 additions and 1 deletions
|
@ -92,7 +92,6 @@ class FuturaSciencesBridge extends FeedExpander {
|
|||
$author = $this->extractAuthor($article);
|
||||
if (!empty($author))
|
||||
$item['author'] = $author;
|
||||
unset($article);
|
||||
return $item;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue