This commit is contained in:
Julian Lam
2015-09-15 12:52:43 -04:00
parent 6d8134618f
commit 4acb31839e

View File

@@ -53,6 +53,7 @@ module.exports = function(Categories) {
topic.title = '[[topic:topic_is_deleted]]';
topic.slug = topic.tid;
topic.teaser = null;
topic.noAnchor = true;
}
});