forked from Archives/Athou_commafeed
add author to rss generated feeds (#858)
This commit is contained in:
@@ -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());
|
||||
|
||||
Reference in New Issue
Block a user