mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2026-01-05 23:49:15 +00:00
simplepie: fix feed-not-found bug; update daemon1 to some code from daemon2
This commit is contained in:
@@ -7616,6 +7616,11 @@ class SimplePie_File
|
||||
return $this->SimplePie_File($location, $timeout, $redirects, $headers, $useragent, $force_fsockopen);
|
||||
}
|
||||
}
|
||||
// No feed fount at error correction.
|
||||
// according to http://simplepie.org/support/viewtopic.php?id=1430
|
||||
else {
|
||||
$this->success = false;
|
||||
}
|
||||
}
|
||||
}
|
||||
else
|
||||
|
||||
Reference in New Issue
Block a user