filter:post.getPosts now passes in uid

This commit is contained in:
psychobunny
2014-09-17 18:10:19 -04:00
parent 45383ce21e
commit 2c1bab2b9a

View File

@@ -149,7 +149,7 @@ var async = require('async'),
return callback(err);
}
plugins.fireHook('filter:post.getPosts', {posts: posts}, function(err, data) {
plugins.fireHook('filter:post.getPosts', {posts: posts, uid: uid}, function(err, data) {
if (err) {
return callback(err);
}