mirror of
https://github.com/RSS-Bridge/rss-bridge.git
synced 2025-08-04 10:04:54 +02:00
fix: php notices (#3482)
* fix(furaffinity): notice * fox(releases3ds): remove references to non-existing vars
This commit is contained in:
parent
d8bc015efc
commit
48385777b4
2 changed files with 13 additions and 7 deletions
|
@ -82,10 +82,10 @@ class Releases3DSBridge extends BridgeAbstract
|
|||
$item = [];
|
||||
$item['title'] = $name;
|
||||
$item['author'] = $publisher;
|
||||
$item['timestamp'] = $ignDate;
|
||||
$item['enclosures'] = [$ignCoverArt];
|
||||
//$item['timestamp'] = $ignDate;
|
||||
//$item['enclosures'] = [$ignCoverArt];
|
||||
$item['uri'] = empty($ignLink) ? $searchLinkDuckDuckGo : $ignLink;
|
||||
$item['content'] = $ignDescription . $releaseDescription . $releaseSearchLinks;
|
||||
$item['content'] = $releaseDescription . $releaseSearchLinks;
|
||||
$this->items[] = $item;
|
||||
$limit++;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue