@ -72,7 +72,7 @@ module.exports = function(Posts) {
topics.updateTeaser(postData.tid, next);
}
], function(err) {
callback(err, postData);
next(err, postData);
});
], callback);