group titles

This commit is contained in:
barisusakli
2014-06-12 18:53:58 -04:00
parent e8b89513d4
commit 3b1e373e7b
4 changed files with 52 additions and 13 deletions

View File

@@ -212,6 +212,9 @@ var async = require('async'),
},
customProfileInfo: function(next) {
plugins.fireHook('filter:posts.custom_profile_info', {profile: [], uid: post.uid, pid: post.pid}, next);
},
groups: function(next) {
groups.getUserGroups(post.uid, next);
}
}, function(err, results) {
if (err) {