mirror of
https://github.com/NodeBB/NodeBB.git
synced 2026-01-05 15:20:39 +01:00
fix acp privilege page not loading
This commit is contained in:
@@ -137,7 +137,7 @@ module.exports = function (privileges) {
|
||||
},
|
||||
function (isPrivate, next) {
|
||||
member.isPrivate = isPrivate;
|
||||
next();
|
||||
next(null, member);
|
||||
},
|
||||
], next);
|
||||
}, next);
|
||||
|
||||
Reference in New Issue
Block a user