v1.18.x
barisusakli 9 years ago
parent e4cae9391c
commit 878b7b21ee

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

Loading…
Cancel
Save