removedu if from filter:parse,post, parse strip teaser content

This commit is contained in:
barisusakli
2015-03-23 19:32:32 -04:00
parent 7c9e76132d
commit b268927cf9
6 changed files with 30 additions and 19 deletions

View File

@@ -86,7 +86,7 @@ module.exports = function(Posts) {
return next(null, post);
}
postTools.parsePost(post, uid, function(err, post) {
postTools.parsePost(post, function(err, post) {
if (err) {
return next(err);
}