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

@@ -156,8 +156,6 @@ helpers do
result['topic_author_name'] = result['post_author_name'] result['topic_author_name'] = result['post_author_name']
result['topic_author_id'] = result['post_author_id'].to_s result['topic_author_id'] = result['post_author_id'].to_s
result['last_reply_time'] = result["post_time"]
result result
end end