diff --git a/functions.php b/functions.php index 565c5d103..428d628d9 100644 --- a/functions.php +++ b/functions.php @@ -1432,7 +1432,7 @@ //ccache_update($link, $feed, $owner_uid); } - purge_feed($link, $feed, 0, true); + purge_feed($link, $feed, 0); db_query($link, "UPDATE ttrss_feeds SET last_updated = NOW(), last_error = '' WHERE id = '$feed'");