random whitespace

v1.18.x
psychobunny 11 years ago
parent 51395dda91
commit 2ee29683a7

@ -428,7 +428,6 @@ var RDB = require('./redis.js'),
}
Posts.getPostsByUid = function(uid, start, end, callback) {
user.getPostIds(uid, start, end, function(pids) {
if (pids && pids.length) {
plugins.fireHook('filter:post.getTopic', pids, function(err, posts) {

Loading…
Cancel
Save