From de9357970fae0dce51f014e26e43acc6b7f0ba64 Mon Sep 17 00:00:00 2001 From: Julian Lam Date: Thu, 28 Apr 2016 14:10:10 -0400 Subject: [PATCH] fixes #4578 --- src/categories/recentreplies.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/categories/recentreplies.js b/src/categories/recentreplies.js index e431a5cd59..4d152892d3 100644 --- a/src/categories/recentreplies.js +++ b/src/categories/recentreplies.js @@ -105,7 +105,7 @@ module.exports = function(Categories) { function (next) { topics.getTopicsFields(tids, ['tid', 'mainPid', 'slug', 'title', 'teaserPid', 'cid', 'postcount'], next); }, - async.apply(topics.getTeasers, topicData), + async.apply(topics.getTeasers), function (teasers, next) { teasers.forEach(function(teaser, index) { if (teaser) {