more fixed to privs, and ACP modal

This commit is contained in:
Julian Lam
2014-05-12 17:16:29 -04:00
parent d54ecea506
commit 87f4566e06
6 changed files with 41 additions and 86 deletions

View File

@@ -133,7 +133,7 @@ var async = require('async'),
async.filter(tids, function(tid, next) {
threadTools.privileges(tid, uid, function(err, privileges) {
next(!err && privileges.read);
next(!err && privileges.meta.read);
});
}, function(tids) {
Topics.getTopicsByTids(tids, uid, function(err, topicData) {