mirror of
https://github.com/Athou/commafeed.git
synced 2026-03-21 21:37:29 +00:00
fix #25
This commit is contained in:
@@ -66,6 +66,7 @@ public class FeedEntryService extends GenericDAO<FeedEntry> {
|
||||
|
||||
feed.setLastUpdated(Calendar.getInstance().getTime());
|
||||
feed.setMessage(null);
|
||||
feed.setErrorCount(0);
|
||||
feedService.update(feed);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user