diff --git a/src/main/java/com/commafeed/frontend/model/Entry.java b/src/main/java/com/commafeed/frontend/model/Entry.java index 0cf4fa64..4dbf67c8 100644 --- a/src/main/java/com/commafeed/frontend/model/Entry.java +++ b/src/main/java/com/commafeed/frontend/model/Entry.java @@ -70,6 +70,7 @@ public class Entry implements Serializable { entry.setUri(getGuid()); entry.setTitle(getTitle()); + entry.setAuthor(getAuthor()); SyndContentImpl content = new SyndContentImpl(); content.setValue(getContent());