add teaser content to category view

This commit is contained in:
psychobunny
2015-03-19 15:50:21 -04:00
parent eee2aa8051
commit 6acfec9d25

View File

@@ -27,7 +27,7 @@ module.exports = function(Topics) {
} }
}); });
posts.getPostsFields(teaserPids, ['pid', 'uid', 'timestamp', 'tid'], function(err, postData) { posts.getPostsFields(teaserPids, ['pid', 'uid', 'timestamp', 'tid', 'content'], function(err, postData) {
if (err) { if (err) {
return callback(err); return callback(err);
} }