fix: #9194 global mods unable to pin or unpin topics

v1.18.x
Julian Lam 4 years ago
parent 286aa243f5
commit c0fb1cb59c

@ -146,7 +146,7 @@ module.exports = function (Topics) {
throw new Error('[[error:no-topic]]');
}
if (uid !== 'system' && !await privileges.topics.can('moderate', tid, uid)) {
if (uid !== 'system' && !await privileges.topics.isAdminOrMod(tid, uid)) {
throw new Error('[[error:no-privileges]]');
}

Loading…
Cancel
Save