Forget about this attribute

This commit is contained in:
Nick Thomas
2013-09-28 12:49:23 +01:00
parent d3cc418e8f
commit 9007ad43ae

View File

@@ -155,8 +155,6 @@ helpers do
# FIXME: how do these differ from post_author_name/id ? most recent / original?
result['topic_author_name'] = result['post_author_name']
result['topic_author_id'] = result['post_author_id'].to_s
result['last_reply_time'] = result["post_time"]
result
end