1
0
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:
Andrew Dolgov
2008-01-25 04:28:14 +01:00
parent b086fed428
commit 740751d8cc
3 changed files with 22 additions and 2 deletions

View File

@@ -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