fix acp privilege page not loading

v1.18.x
Barış Soner Uşaklı 8 years ago
parent eed784f1e6
commit 937d6dd4df

@ -137,7 +137,7 @@ module.exports = function (privileges) {
}, },
function (isPrivate, next) { function (isPrivate, next) {
member.isPrivate = isPrivate; member.isPrivate = isPrivate;
next(); next(null, member);
}, },
], next); ], next);
}, next); }, next);

Loading…
Cancel
Save