slugifying group name when checking for existence

This commit is contained in:
Julian Lam
2014-05-26 21:13:18 -04:00
parent 8efb930ec0
commit 3baf00208f
2 changed files with 1 additions and 1 deletions

View File

@@ -136,7 +136,6 @@ var async = require('async'),
});
};
// Note: This method used in mentions plugin. If still unused in core as of 0.6.0, please move to mentions plugin itself.
Notifications.pushGroup = function(nid, groupName, callback) {
if (!callback) {
callback = function() {};