When updating a feed, check that it actually exists in the db before updating last_fetched and similar fields.
This should fix a bug with scheduled updates in which sometimes the feed was already destroyed in the db, which caused an error when trying to reload the feed object.
↧