mirror of
https://github.com/NodeBB/NodeBB.git
synced 2025-12-23 08:50:27 +01:00
fix: #10357
This commit is contained in:
@@ -163,7 +163,7 @@ module.exports = function (Categories) {
|
||||
if (!topic.scheduled && topic.deleted && !topic.isOwner) {
|
||||
topic.title = '[[topic:topic_is_deleted]]';
|
||||
if (topic.hasOwnProperty('titleRaw')) {
|
||||
topics.titleRaw = '[[topic:topic_is_deleted]]';
|
||||
topic.titleRaw = '[[topic:topic_is_deleted]]';
|
||||
}
|
||||
topic.slug = topic.tid;
|
||||
topic.teaser = null;
|
||||
|
||||
Reference in New Issue
Block a user