fix acp privilege page not loading

This commit is contained in:
Barış Soner Uşaklı
2017-05-28 01:06:26 -04:00
parent eed784f1e6
commit 937d6dd4df

View File

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