This commit is contained in:
Baris Soner Usakli
2013-07-18 15:14:06 -04:00
parent f90eb72706
commit 285e19fbbf
3 changed files with 7 additions and 5 deletions

View File

@@ -95,6 +95,10 @@ marked.setOptions({
threadTools.delete(tid, -1, function(err) {
if (err) console.log('Error: Could not delete topic (tid: ' + tid + ')');
});
} else {
posts.getPostField(pid, 'timestamp', function(timestamp) {
topics.updateTimestamp(tid, timestamp);
});
}
});
});