mirror of
https://github.com/RSS-Bridge/rss-bridge.git
synced 2024-11-26 19:36:52 +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);
|
$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 a new issue