removing slufigication when checking for group existence

v1.18.x
Julian Lam 11 years ago
parent 64c6546daa
commit eb2929f497

@ -172,7 +172,6 @@
};
Groups.exists = function(name, callback) {
name = utils.slugify(name);
db.isSetMember('groups', name, callback);
};

Loading…
Cancel
Save