mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-13 06:35:55 +00:00
when removing favicon, reset its auto-refresh timer
This commit is contained in:
@@ -449,7 +449,7 @@ class Pref_Feeds extends Handler_Protected {
|
|||||||
if ($row = $sth->fetch()) {
|
if ($row = $sth->fetch()) {
|
||||||
@unlink(ICONS_DIR . "/$feed_id.ico");
|
@unlink(ICONS_DIR . "/$feed_id.ico");
|
||||||
|
|
||||||
$sth = $this->pdo->prepare("UPDATE ttrss_feeds SET favicon_avg_color = NULL
|
$sth = $this->pdo->prepare("UPDATE ttrss_feeds SET favicon_avg_color = NULL, favicon_last_checked = '1970-01-01'
|
||||||
where id = ?");
|
where id = ?");
|
||||||
$sth->execute([$feed_id]);
|
$sth->execute([$feed_id]);
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user