This commit is contained in:
barisusakli
2016-02-24 11:35:53 +02:00
parent e4cae9391c
commit 878b7b21ee

View File

@@ -47,6 +47,7 @@ module.exports = function(Categories) {
topic.slug = topic.tid;
topic.teaser = null;
topic.noAnchor = true;
topic.tags = [];
}
});
};