This commit is contained in:
Julian Lam
2017-02-24 12:03:47 -05:00
parent b5f8fc815e
commit 995f8296a4
3 changed files with 11 additions and 14 deletions

View File

@@ -68,7 +68,7 @@ module.exports = function (privileges) {
},
function (cid, next) {
privileges.categories.can(privilege, cid, uid, next);
}
},
], callback);
};