totally derped commit

This commit is contained in:
Julian Lam
2013-09-03 23:42:26 -04:00
parent b6fbfcc814
commit 164977972e
3 changed files with 25 additions and 12 deletions

View File

@@ -314,7 +314,7 @@ var RDB = require('./redis.js'),
topics.getTopicField(tid, 'cid', function(err, cid) {
RDB.handle(err);
feed.updateTopic(tid, cid);
feed.updateTopic(tid);
RDB.zadd('categories:recent_posts:cid:' + cid, timestamp, pid);
RDB.zadd('categories:' + cid + ':tid', timestamp, tid);