filter:post.getPostSummaryByPids

v1.18.x
psychobunny 11 years ago
parent 0eb4fd89ef
commit 77dfc7378b

@ -343,7 +343,9 @@ var async = require('async'),
next(null, post); next(null, post);
}); });
}, callback); }, function(err, posts) {
plugins.fireHook('filter:post.getPostSummaryByPids', {posts: posts, uid: uid}, callback);
});
}); });
}); });
}; };

Loading…
Cancel
Save