diff --git a/include/functions_comments.inc.php b/include/functions_comments.inc.php index 7fe77335..cce34f96 100644 --- a/include/functions_comments.inc.php +++ b/include/functions_comments.inc.php @@ -267,6 +267,7 @@ function serendipity_fetchComments($id, $limit = null, $order = '', $showAll = f e.timestamp AS entrytimestamp, e.id AS entryid, e.authorid, + e.author as entryauthor, co.id AS commentid, co.parent_id AS parent_id, co.status diff --git a/templates/2k11/comments_by_author.tpl b/templates/2k11/comments_by_author.tpl index 83323bca..6c51b9d0 100644 --- a/templates/2k11/comments_by_author.tpl +++ b/templates/2k11/comments_by_author.tpl @@ -1,6 +1,7 @@