refactor of thread tools

This commit is contained in:
barisusakli
2014-04-24 20:05:05 -04:00
parent 68fd997efd
commit d05920ec78
7 changed files with 127 additions and 129 deletions

View File

@@ -212,7 +212,7 @@ var winston = require('winston'),
}
function updateTopicTimestamp(tid, callback) {
threadTools.getLatestUndeletedPid(tid, function(err, pid) {
topics.getLatestUndeletedPid(tid, function(err, pid) {
if(err || !pid) {
return callback(err);
}