From 878b7b21ee0f0fee368fedbcc467e9dae7715059 Mon Sep 17 00:00:00 2001 From: barisusakli Date: Wed, 24 Feb 2016 11:35:53 +0200 Subject: [PATCH] closes #4170 --- src/categories/topics.js | 1 + 1 file changed, 1 insertion(+) diff --git a/src/categories/topics.js b/src/categories/topics.js index 9edc388f52..b38a861f91 100644 --- a/src/categories/topics.js +++ b/src/categories/topics.js @@ -47,6 +47,7 @@ module.exports = function(Categories) { topic.slug = topic.tid; topic.teaser = null; topic.noAnchor = true; + topic.tags = []; } }); };