add author to rss generated feeds (#858)

This commit is contained in:
Athou
2017-12-22 18:50:32 +01:00
parent b4d4b2473c
commit 7fd6119bcf

View File

@@ -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());