mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-13 08:35:55 +00:00
update_rss_feed: don't return as if failed on http 304
This commit is contained in:
@@ -453,7 +453,7 @@ class RSSUtils {
|
|||||||
last_updated = NOW() WHERE id = ?");
|
last_updated = NOW() WHERE id = ?");
|
||||||
$sth->execute([$error_message, $feed]);
|
$sth->execute([$error_message, $feed]);
|
||||||
|
|
||||||
return;
|
return $error_message == "";
|
||||||
}
|
}
|
||||||
|
|
||||||
Debug::log("running HOOK_FEED_FETCHED handlers...", Debug::$LOG_VERBOSE);
|
Debug::log("running HOOK_FEED_FETCHED handlers...", Debug::$LOG_VERBOSE);
|
||||||
|
|||||||
Reference in New Issue
Block a user