missed one, @EisFrei

This commit is contained in:
Julian Lam
2015-01-15 10:58:31 -05:00
parent cfdd4ec164
commit 5c6dfb7462

View File

@@ -629,7 +629,7 @@ var async = require('async'),
return callback(err); return callback(err);
} }
plugins.fireHook('action:groups.leave', { plugins.fireHook('action:group.leave', {
groupName: groupName, groupName: groupName,
uid: uid uid: uid
}); });