add teaser content to category view

v1.18.x
psychobunny 10 years ago
parent eee2aa8051
commit 6acfec9d25

@ -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) {
return callback(err);
}

Loading…
Cancel
Save