Added fix for comment_author_self (cp. http://board.s9y.org/viewtopic.php?f=10&t=19115)
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user