UPDATE YOUR CONFIG TO INCLUDE THE "manage_content" PERMISSION!!

users with the proper "manage_content" permission can now edit anybody's
posts
This commit is contained in:
Julian Lam
2013-05-09 22:24:50 -04:00
parent b244da724e
commit a8ab0055e6
2 changed files with 1 additions and 2 deletions

View File

@@ -36,7 +36,6 @@ var config = require('../config.js'),
// a function I feel should be built in user not sure how baris is tackling this so oppa chicken wrapper here
User.getMultipleUserFields = function(uids, fields, callback) {
console.log(uids);
var uuids = uids.filter(function(value, index, self) {
return self.indexOf(value) === index;
});