mirror of
https://github.com/NodeBB/NodeBB.git
synced 2026-01-06 07:40:43 +01:00
committed by
GitHub
parent
50e1a1a7ca
commit
84e065752f
@@ -129,7 +129,7 @@ module.exports = function (Posts) {
|
||||
throw new Error('[[error:no-privileges]]');
|
||||
}
|
||||
}
|
||||
await topics.validateTags(data.tags, topicData.cid, data.uid);
|
||||
await topics.validateTags(data.tags, topicData.cid, data.uid, tid);
|
||||
|
||||
const results = await plugins.hooks.fire('filter:topic.edit', {
|
||||
req: data.req,
|
||||
|
||||
Reference in New Issue
Block a user