mirror of
https://github.com/RSS-Bridge/rss-bridge.git
synced 2025-07-30 21:30:14 +02:00
fix(vice): news rss changed (#3694)
* fix: typo in prior commit * fix(vice): news rss changed
This commit is contained in:
@@ -390,7 +390,7 @@ abstract class XPathAbstract extends BridgeAbstract
|
||||
* Should provide the feed's items.
|
||||
*
|
||||
* @param \DOMXPath $xpath
|
||||
* @return \DOMNodeList
|
||||
* @return \DOMNodeList|false
|
||||
*/
|
||||
protected function provideFeedItems(\DOMXPath $xpath)
|
||||
{
|
||||
@@ -417,6 +417,7 @@ abstract class XPathAbstract extends BridgeAbstract
|
||||
|
||||
$entries = $this->provideFeedItems($xpath);
|
||||
if ($entries === false) {
|
||||
// malformed
|
||||
return;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user