when a post is restored update topic timestamp

This commit is contained in:
Baris Soner Usakli
2013-07-20 16:59:53 -04:00
parent eec5249eb6
commit f7291631d8
3 changed files with 9 additions and 3 deletions

View File

@@ -298,7 +298,6 @@ marked.setOptions({
});
topics.increasePostCount(tid);
topics.setTopicField(tid, 'lastposttime', timestamp);
topics.updateTimestamp(tid, timestamp);
RDB.incr('totalpostcount');